From 0ee3e4d0ec015bf57ca250ff966bdf2274ab325d Mon Sep 17 00:00:00 2001 From: Ernest Barron Date: Sat, 4 Oct 2025 18:57:38 -0700 Subject: [PATCH] Change flags from -H to -e in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6feab46..27f36a29 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ To use XcodeBuildMCP with [Claude Code](https://code.anthropic.com), you can add claude mcp add XcodeBuildMCP npx xcodebuildmcp@latest # Or with environment variables -claude mcp add XcodeBuildMCP npx xcodebuildmcp@latest -H INCREMENTAL_BUILDS_ENABLED=false -H XCODEBUILDMCP_SENTRY_DISABLED=false +claude mcp add XcodeBuildMCP npx xcodebuildmcp@latest -e INCREMENTAL_BUILDS_ENABLED=false -e XCODEBUILDMCP_SENTRY_DISABLED=false ``` ##### Smithery