add: MCP Doc Refresh for Streamable HTTP #219
Merged
+155
−53
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the MCP documentation to reflect the introduction of Streamable HTTP as the modern standard for remote server transport while retaining docs for the existing SSE transport as legacy.
This ensures our documentation is current with the latest MCP SDK capabilities and guides users towards best practices for new server implementations.
Key changes include:
docs/features/mcp/server-transports.md:docs/features/mcp/using-mcp-in-roo.mdx:server-transports.md.typeparameter.docs/advanced-usage/available-tools/use-mcp-tool.md:StreamableHTTPClientTransport.StreamableHTTPClientTransportto the list of transport mechanisms in the "Tool Invocation Process" section.docs/features/mcp/overview.md:docs/features/mcp/what-is-mcp.md:These changes provide users with clear and up-to-date information on MCP server transport options, promoting the use of Streamable HTTP for new developments.
Will follow up with a second pass more content focused, just wanted to get this in for now to match up with the merge of RooCodeInc/Roo-Code#4210
@mrubens - this should cover at least the merged change, thanks!
Important
Updates MCP documentation to introduce Streamable HTTP as the modern standard for server transport, marking SSE as legacy, with detailed changes across multiple files.
server-transports.mdto introduce Streamable HTTP as the modern standard for MCP server transport, marking SSE as legacy.using-mcp-in-roo.mdxto include Streamable HTTP in transport types and configuration examples.overview.mdandwhat-is-mcp.mdto update links and descriptions to include Streamable HTTP.use-mcp-tool.mdto list StreamableHTTPClientTransport as a supported transport mechanism.This description was created by
for 01fb129. You can customize this summary. It will automatically update as commits are pushed.