Skip to content

Fix Claude MCP setup command argument order#135

Merged
soamdesai-tfh merged 1 commit into
mainfrom
fix/claude-mcp-command-arg-order
Jul 7, 2026
Merged

Fix Claude MCP setup command argument order#135
soamdesai-tfh merged 1 commit into
mainfrom
fix/claude-mcp-command-arg-order

Conversation

@rohseh303

Copy link
Copy Markdown
Contributor

Same bug as worldcoin/developer-portal#2080, in the Claude Code tab of the MCP setup page: the claude CLI's --header flag is variadic, so the server name and URL placed after it are consumed as extra header values and the command fails with missing required argument 'name'. This moves the positionals first.

The Codex, Cursor, and VS Code tabs are valid as-is. The SKILL.md copy of this command already has the correct order.

Generated with Claude Code

--header is variadic, so name/URL positionals placed after it are consumed
as header values and the command fails with "missing required argument
'name'". Move the positionals first.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CwfPb42UxunMFkMFLT2Kvr
@mintlify

mintlify Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
world 🟢 Ready View Preview Jul 7, 2026, 6:21 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@soamdesai-tfh soamdesai-tfh merged commit 7461896 into main Jul 7, 2026
9 checks passed
@soamdesai-tfh soamdesai-tfh deleted the fix/claude-mcp-command-arg-order branch July 7, 2026 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants