24 lines
537 B
JSON
24 lines
537 B
JSON
{
|
|
"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_CLAUDE_SLOT": "0",
|
|
"CP_MAP_SIZE": "duel",
|
|
"CP_MAP_TYPE": "continents"
|
|
}
|
|
}
|
|
}
|
|
}
|