We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e8fbe commit c288159Copy full SHA for c288159
1 file changed
docs/toolhive/guides-vmcp/local-cli.mdx
@@ -68,9 +68,9 @@ just a group name:
68
thv vmcp serve --group my-group
69
```
70
71
-By default, the server binds to `127.0.0.1:4483`. Point your MCP client at
72
-`http://127.0.0.1:4483` to access all tools from the group through a single
73
-endpoint.
+By default, the server binds to `127.0.0.1:4483` using the Streamable HTTP
+transport protocol. Point your MCP client at `http://127.0.0.1:4483/mcp` to
+access all tools from the group through a single endpoint.
74
75
:::note[Loopback-only]
76
0 commit comments