Skip to content

Conversation

@jerm-dro
Copy link
Contributor

Description

In docs/toolhive/tutorials/quickstart-vmcp.mdx, replace manual VS Code mcp.json configuration with thv run to register the port-forwarded vMCP endpoint as a remote server. This simplifies client setup by leveraging ToolHive's automatic client configuration. This also shows how you can treat vMCP like just another MCP server using thv.

Type of change

  • Documentation update

Related issues/PRs

Closes #368

Note: the PR above suggests mentioning multiple options, none of which is using thv run. I chose thv run because it makes the client connection steps resemble what a user would do for any other MCP server. Also, configuring remote servers in the UI actually requires authentication config. This does not exist for the quickstart, so the UI makes the quickstart more complicated. Also, this quickstart already has multiple command steps, so it does not seem like thv run is something the intended audience is incapable of running.

Screenshots

I tested these steps manually. I could see the vmcp server registered in cursor after following the quickstart:

Screenshot 2026-01-29 at 12 50 47 PM

The actual docs:
Screenshot 2026-01-29 at 1 03 12 PM

Submitter checklist

Content and formatting

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

Reviewer checklist

Content

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

Replace manual VS Code mcp.json configuration with `thv run` to
register the port-forwarded vMCP endpoint as a remote server. This
simplifies client setup by leveraging ToolHive's automatic client
configuration.

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Copilot AI review requested due to automatic review settings January 29, 2026 21:08
@vercel
Copy link

vercel bot commented Jan 29, 2026

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

Project Deployment Actions Updated (UTC)
docs-website Ready Ready Preview, Comment Jan 29, 2026 9:08pm

Request Review

Copy link
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

This PR updates the vMCP quickstart tutorial to use thv run for connecting MCP clients instead of manually editing the mcp.json configuration file. This simplifies the setup process and aligns with ToolHive's standard approach for managing remote MCP servers.

Changes:

  • Replaced manual VS Code mcp.json configuration with thv run command
  • Added tip about using thv client setup to register MCP clients
  • Updated reference from client compatibility to client configuration guide

@jerm-dro jerm-dro requested a review from danbarr January 29, 2026 21:21
@jerm-dro jerm-dro merged commit 30373ee into main Jan 29, 2026
10 of 12 checks passed
@jerm-dro jerm-dro deleted the jerm/2026-01-29-vmcp-cli-docs branch January 29, 2026 22:07
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.

[Enhancement]: Add ToolHive CLI and UI connection options to vMCP quickstart

3 participants