{ "name": "bind-alias-mcp", "version": "2.2.0", "mcpName": "io.github.Prohect/bind-alias-mcp", "description": "MCP stdio bridge for the BindAlias Minecraft mod — query game state, take screenshots, execute aliases, and edit config", "main": "mcp_server.js", "bin": { "bind-alias-mcp": "mcp_server.js" }, "files": [ "mcp_server.js", "README.md" ], "keywords": [ "mcp", "minecraft", "bindalias", "model-context-protocol", "ai", "agent" ], "repository": { "type": "git", "url": "git+https://github.com/Prohect/BindAlias-MCP.git" }, "license": "MIT", "author": "Prohect ", "engines": { "node": ">=14" } }