feat(mcp): ✨ add magic-civilization player config
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
aaa7e24357
commit
9bd160a84e
1 changed files with 12 additions and 0 deletions
12
.mcp.json
12
.mcp.json
|
|
@ -7,6 +7,18 @@
|
|||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue