magicciv/.mcp.json
Natalie ad108810dd feat(@projects/@magic-civilization): add rl-self-play harness and Claude player integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 03:51:07 -07:00

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_PLAYER_SLOT": "0",
"CP_MAP_SIZE": "duel",
"CP_MAP_TYPE": "continents"
}
}
}
}