From 1433e5274d93f1f87e342957ff9788467c333e82 Mon Sep 17 00:00:00 2001 From: DiegoJohnsonL Date: Thu, 15 Jan 2026 15:34:49 -0500 Subject: [PATCH] docs(mcp): add missing --transport http flag to Claude Code command The Claude Code CLI requires the --transport http flag when adding HTTP-based MCP servers. Without it, the URL is interpreted as a stdio command, causing the connection to fail. Co-Authored-By: Claude Opus 4.5 --- docs/mcp/connecting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mcp/connecting.md b/docs/mcp/connecting.md index 5203dc1b..7eca1b68 100644 --- a/docs/mcp/connecting.md +++ b/docs/mcp/connecting.md @@ -72,7 +72,7 @@ Restart Claude Desktop. On first use, a browser window will open to authorize ac ## Claude Code ```bash -claude mcp add tanstack https://tanstack.com/api/mcp +claude mcp add --transport http tanstack https://tanstack.com/api/mcp ``` On first use, a browser window will open to authorize access.