claude mcp add-json help now lists HTTP and WebSocket alongside stdio and SSE.
What's wrong with this entry?
The help text for adding an MCP server from a JSON string now lists stdio, SSE, HTTP and WebSocket, where it previously named only stdio and SSE.
- Applies to the
claude mcp add-jsonsubcommand. - The transport is taken from the JSON you pass, so the wider list tells you which kinds of server definitions are accepted.
Add an MCP server (stdio, SSE, HTTP, or WebSocket) with a JSON string
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
claude mcp add-json myserver '{"type":"http","url":"https://example.com/mcp"}'Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.