Skip to content

Commit 6ddedb1

Browse files
committed
README: fix MCP endpoint URL to /mcp (no trailing slash)
1 parent 62405e9 commit 6ddedb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Then add to `.claude/settings.json` (project) or `~/.claude/settings.json` (glob
130130
"mcpServers": {
131131
"vtk": {
132132
"type": "http",
133-
"url": "http://localhost:8000/mcp/"
133+
"url": "http://localhost:8000/mcp"
134134
}
135135
}
136136
}
@@ -147,7 +147,7 @@ vtk-mcp --transport http --port 8000 --vtk-version 9.6.1 &
147147
"mcpServers": {
148148
"vtk": {
149149
"type": "http",
150-
"url": "http://localhost:8000/mcp/"
150+
"url": "http://localhost:8000/mcp"
151151
}
152152
}
153153
}

0 commit comments

Comments
 (0)