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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/core_concepts/51_mcp/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ https://app.windmill.dev/api/w/<your-workspace-id>/mcp/sse?token=<your-token>

### Connect your LLM to Windmill

Most modern LLM agents and interfaces now support MCP as a plug-and-play integration. Here are some examples configurations, for Claude Desktop and Cursor.
Most modern LLM agents and interfaces now support MCP as a plug-and-play integration. The Windmill MCP server uses **HTTP streamable** as the transport layer, and MCP clients should be configured to use that protocol. Here are some examples configurations, for Claude Desktop and Cursor.

To connect with Cursor:

Expand Down Expand Up @@ -97,6 +97,9 @@ Claude will:
- **My LLM does not find the correct script/flow to run**
- Ensure the script or flow is deployed and visible in your workspace.
- Choose good titles and descriptions to help the LLM find the correct script/flow.
- **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.

---

Expand Down