Skip to content

Clarify the vMCP CLI endpoint#886

Merged
danbarr merged 1 commit into
mainfrom
fix-vmcp-cli-doc
May 20, 2026
Merged

Clarify the vMCP CLI endpoint#886
danbarr merged 1 commit into
mainfrom
fix-vmcp-cli-doc

Conversation

@danbarr
Copy link
Copy Markdown
Collaborator

@danbarr danbarr commented May 20, 2026

Description

The quick mode section of the vMCP local CLI guide pointed readers at http://127.0.0.1:4483, which omits the /mcp path that the Streamable HTTP server actually serves on. Updated the paragraph to name the transport and include the correct endpoint path.

Verified against the toolhive source: defaults are set in pkg/vmcp/server/server.go (EndpointPath = "/mcp", NewStreamableHTTPServer) and cmd/thv/app/vmcp.go (host/port).

Type of change

  • Bug fix (typo, broken link, etc.)

Submitter checklist

Content and formatting

  • I have reviewed the content for technical accuracy
  • I have reviewed the content for spelling, grammar, and style

Signed-off-by: Dan <dan@stacklok.com>
Copilot AI review requested due to automatic review settings May 20, 2026 14:44
@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs-website Ready Ready Preview, Comment May 20, 2026 2:45pm

Request Review

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the vMCP “Run locally with the CLI” guide to point readers at the correct Streamable HTTP endpoint, fixing the missing /mcp path in the Quick mode instructions.

Changes:

  • Clarifies that the default local vMCP server uses the Streamable HTTP transport.
  • Fixes the example MCP client URL from http://127.0.0.1:4483 to http://127.0.0.1:4483/mcp.

@danbarr danbarr requested a review from yrobla May 20, 2026 14:48
@danbarr danbarr enabled auto-merge (squash) May 20, 2026 14:48
@danbarr danbarr merged commit c288159 into main May 20, 2026
7 checks passed
@danbarr danbarr deleted the fix-vmcp-cli-doc branch May 20, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants