Skip to content

docs: add precision about HTTP streamable transport layer to MCP docs #1034

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

claude[bot]
Copy link
Contributor

@claude claude bot commented Jul 2, 2025

Summary

Add clarification to the MCP documentation specifying that the Windmill MCP server uses HTTP streamable as the transport layer and MCP clients should be configured to use that protocol.

This addresses the request from @centdix to add precision to the MCP docs about the transport layer.

Changes

  • Added transport layer information to /docs/core_concepts/51_mcp/index.mdx
  • Clarified that Windmill MCP server uses HTTP streamable transport

Fixes #1033

Generated with Claude Code

Add clarification that the Windmill MCP server uses HTTP streamable as the transport layer and MCP clients should be configured to use that protocol.

Fixes #1033

Co-authored-by: Ruben Fiszel <[email protected]>
@claude claude bot mentioned this pull request Jul 2, 2025
Copy link

cloudflare-workers-and-pages bot commented Jul 2, 2025

Deploying windmilldocs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 92dd936
Status: ✅  Deploy successful!
Preview URL: https://03a8f1a4.windmilldocs.pages.dev
Branch Preview URL: https://claude-issue-1033-20250702-1.windmilldocs.pages.dev

View logs

@centdix
Copy link
Contributor

centdix commented Jul 2, 2025

/ai also add in the troubleshooting part that if the client have issues with connecting to the mcp server, the user should make sure the client is using http streamable

Copy link
Contributor Author

claude bot commented Jul 2, 2025

Claude finished @centdix's task —— View job


I've successfully added troubleshooting information about HTTP streamable to the MCP documentation.

Todo List

  • Read current MCP documentation to understand structure
  • Add troubleshooting section about HTTP streamable connection issues
  • Commit changes to the existing PR branch

Changes Made

Added a new troubleshooting bullet point to the MCP documentation:

  • Client has issues connecting to the MCP server
    • Make sure your MCP client is configured to use HTTP streamable as the transport protocol.
    • Verify that your MCP URL is correct and the token is valid.

The troubleshooting information has been added to docs/core_concepts/51_mcp/index.mdx and committed to the PR branch.

Add troubleshooting information about ensuring MCP clients use HTTP streamable transport protocol when experiencing connection issues.

Co-authored-by: centdix <[email protected]>
@centdix centdix marked this pull request as ready for review July 2, 2025 16:06
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.

add precision on MCP docs
1 participant