manifest.json•1.08 kB
{
"dxt_version": "0.1",
"name": "chesscom-mxcp",
"version": "0.1.0",
"description": "An enterprise-grade Chess.com MCP server built with MXCP, featuring caching, analytics, audit trails, and advanced data analysis capabilities.",
"author": {
"name": "datYori",
"email": "yann@raw-labs.com",
"url": "https://mxcp.dev/"
},
"homepage": "https://github.com/datYori/chesscom-mxcp",
"icon": "https://images.chesscomfiles.com/uploads/v1/images_users/tiny_mce/PedroPinhata/phpkXK09k.png",
"server": {
"type": "binary",
"entry_point": "mxcp serve --transport stdio",
"mcp_config": {
"command": "${__dirname}/mxcp serve --transport stdio",
"args": [],
"env": {}
}
},
"compatibility": {
"platforms": [
"darwin",
"win32",
"linux"
]
},
"user_config": {
"none": {
"type": "string",
"title": "test",
"description": "test",
"required": false,
"sensitive": false,
"default": "test"
}
},
"keywords": [
"chess",
"mxcp"
],
"license": "MIT"
}