diff --git a/README.md b/README.md index adeb39f..14391e5 100644 --- a/README.md +++ b/README.md @@ -320,7 +320,7 @@ The desktop GUI includes an embedded [Model Context Protocol](https://modelconte 2. Register with Claude Code: ``` -claude mcp add --transport streamable-http --scope user performance-studio http://localhost:5152/ +claude mcp add --transport http --scope user performance-studio http://localhost:5152/ ``` 3. Open a new Claude Code session and ask questions like: diff --git a/src/PlanViewer.App/Mcp/McpInstructions.cs b/src/PlanViewer.App/Mcp/McpInstructions.cs index ccacecd..16bbe34 100644 --- a/src/PlanViewer.App/Mcp/McpInstructions.cs +++ b/src/PlanViewer.App/Mcp/McpInstructions.cs @@ -105,7 +105,7 @@ 4. Use plan analysis tools above with the returned session_ids { "mcpServers": { "performance-studio": { - "type": "streamable-http", + "type": "http", "url": "http://localhost:5152/" } }