magicciv/.mcp.json

25 lines
537 B
JSON
Raw Permalink Normal View History

{
"mcpServers": {
"objectives": {
"command": "/opt/homebrew/bin/mcp-objectives",
"args": []
},
"experts": {
"command": "/opt/homebrew/bin/mcp-experts",
"args": []
},
"magic-civ": {
"command": "node",
"args": [
"/Users/natalie/Code/@projects/@magic-civilization/tooling/claude-player-mcp/dist/index.js"
],
"env": {
"CP_PLAYERS": "2",
"CP_PLAYER_SLOT": "0",
"CP_MAP_SIZE": "duel",
"CP_MAP_TYPE": "continents"
}
}
}
}