From c64ac7a78beaa2a472568f4ecfcaf72ae690802b Mon Sep 17 00:00:00 2001 From: CZ Date: Sun, 3 May 2026 16:37:05 -0700 Subject: [PATCH] fix: add mcp subcommand to args in .mcp.json example Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa2f6f7..e6d4802 100644 --- a/README.md +++ b/README.md @@ -726,7 +726,7 @@ Create `.mcp.json` in project root for team-shared MCP servers: "mcpServers": { "XcodeBuildMCP": { "command": "npx", - "args": ["-y", "xcodebuildmcp@latest"], + "args": ["-y", "xcodebuildmcp@latest", "mcp"], "env": { "INCREMENTAL_BUILDS_ENABLED": "true", "XCODEBUILDMCP_SENTRY_DISABLED": "true",