Skip to content

Commit ce8da80

Browse files
claude[bot]rubenfiszelcentdixhcourdent
authored
docs: add precision about HTTP streamable transport layer to MCP docs (#1034)
* docs: add precision about HTTP streamable transport layer to MCP docs 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]> * docs: add HTTP streamable troubleshooting to MCP docs Add troubleshooting information about ensuring MCP clients use HTTP streamable transport protocol when experiencing connection issues. Co-authored-by: centdix <[email protected]> --------- Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: Ruben Fiszel <[email protected]> Co-authored-by: centdix <[email protected]> Co-authored-by: Henri Courdent <[email protected]>
1 parent 361046c commit ce8da80

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/core_concepts/51_mcp/index.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ https://app.windmill.dev/api/w/<your-workspace-id>/mcp/sse?token=<your-token>
3535

3636
### Connect your LLM to Windmill
3737

38-
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.
38+
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.
3939

4040
To connect with Cursor:
4141

@@ -97,6 +97,9 @@ Claude will:
9797
- **My LLM does not find the correct script/flow to run**
9898
- Ensure the script or flow is deployed and visible in your workspace.
9999
- Choose good titles and descriptions to help the LLM find the correct script/flow.
100+
- **Client has issues connecting to the MCP server**
101+
- Make sure your MCP client is configured to use **HTTP streamable** as the transport protocol.
102+
- Verify that your MCP URL is correct and the token is valid.
100103

101104
---
102105

0 commit comments

Comments
 (0)