From 9bd160a84ed20340d42331ffa1d5f4244712ffee Mon Sep 17 00:00:00 2001 From: Natalie Date: Sun, 17 May 2026 02:08:22 -0700 Subject: [PATCH] =?UTF-8?q?feat(mcp):=20=E2=9C=A8=20add=20magic-civilizati?= =?UTF-8?q?on=20player=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .mcp.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.mcp.json b/.mcp.json index 7403a462..d59226bf 100644 --- a/.mcp.json +++ b/.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" + } } } }