Skip to content

Conversation

@danbarr
Copy link
Collaborator

@danbarr danbarr commented Nov 6, 2025

Description

Minor updates to reflect the default proxy mode for stdio servers from SSE to Streamable HTTP.

Related issues/PRs

stacklok/toolhive#2475

DO NOT MERGE until the above PR is merged and released.

Merge checklist

Content

  • (N/A) New pages include a frontmatter section with title and description at a minimum
  • (N/A) Sidebar navigation (sidebars.ts) updated for added, deleted, reordered, or renamed files
  • (N/A) Redirects added to vercel.json for moved, renamed, or deleted pages (i.e., if the URL slug changed)

Reviews

  • Content has been reviewed for technical accuracy
  • Content has been reviewed for spelling, grammar, and style

Signed-off-by: Dan Barr 6922515+danbarr@users.noreply.github.com

Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
@vercel
Copy link

vercel bot commented Nov 6, 2025

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

Project Deployment Preview Comments Updated (UTC)
docs-website Ready Ready Preview Comment Nov 6, 2025 6:40pm

@danbarr danbarr marked this pull request as ready for review November 6, 2025 18:35
Copilot AI review requested due to automatic review settings November 6, 2025 18:35
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 ToolHive documentation to reflect the change in default proxy transport from Server-Sent Events (SSE) to Streamable HTTP for MCP servers. The update aligns with ToolHive CLI version 0.6.0 changes.

Key changes:

  • Updated default transport method from SSE to Streamable HTTP across all examples
  • Changed URL patterns from /sse#name to /mcp for HTTP transport and vice versa
  • Replaced osv server examples with sqlite server examples throughout

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
docs/toolhive/tutorials/quickstart-cli.mdx Updated example output to show /mcp URL pattern instead of /sse#fetch
docs/toolhive/reference/client-compatibility.mdx Updated all client configuration examples to use correct transport types and URL patterns; replaced osv with sqlite
docs/toolhive/guides-cli/run-mcp-servers.mdx Revised info box to reflect new default proxy mode (streamable-http) in CLI version 0.6.0
docs/toolhive/guides-cli/client-configuration.mdx Updated example output and JSON configuration to show correct transport patterns

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.

2 participants