M
MCP 919 Src Backups
by @LiuStar2233
The Backup of MCP919 source
Created 1/27/2026
Updated about 19 hours ago
README
Repository documentation and setup instructions
MCP-919-src-backups
Description
This repository contains backups of the source code for the MCP-919 project. The project is a Minecraft mod that adds new features to the game. The source code is available on GitHub under the GPL-3.0 license.
License
This project is licensed under the GPL-3.0 license. You can find the full license text in the LICENSE file.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/LiuStar2233/MCP-919-src-backups
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"liustar2233-mcp-919-src-backups": {
"command": "git",
"args": [
"clone",
"https://github.com/LiuStar2233/MCP-919-src-backups"
]
}
}
}