Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/PlanViewer.App/Mcp/McpInstructions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}
}
Expand Down
Loading