Skip to content
Merged
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
6 changes: 3 additions & 3 deletions docs/toolhive/guides-vmcp/local-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ just a group name:
thv vmcp serve --group my-group
```

By default, the server binds to `127.0.0.1:4483`. Point your MCP client at
`http://127.0.0.1:4483` to access all tools from the group through a single
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.

:::note[Loopback-only]

Expand Down