mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Clarify limitation MCP trigger limitations in queue mode (#3084)
This commit is contained in:
parent
18118a7e28
commit
ca608e5a3a
@ -94,7 +94,16 @@ Be sure to replace the `<MCP_URL>` and `<MCP_BEARER_TOKEN>` placeholders with th
|
||||
|
||||
## Limitations
|
||||
|
||||
The MCP Server Trigger node doesn't yet support n8n instances running in [queue mode](/hosting/scaling/queue-mode.md) mode.
|
||||
**MCP Trigger and Webhook Replicas**
|
||||
The MCP Trigger node relies on Server-Sent Events (SSE), which require the same server instance to handle persistent connections.
|
||||
|
||||
* If you run n8n in [queue mode](/hosting/scaling/queue-mode.md) with only a **single webhook replica**, MCP Trigger will work as expected.
|
||||
* If you run **multiple webhook replicas**, make sure that you route all `/mcp*` requests to a single, dedicated webhook replica.
|
||||
* To achieve this, create a separate replica set with one webhook container for MCP requests, and update your ingress or load balancer configuration to direct all `/mcp*` traffic to that instance.
|
||||
|
||||
/// warning | MCP Trigger with Multiple Webhook Replicas
|
||||
If you run MCP Trigger with multiple webhook replicas and don't route all `/mcp*` requests to a single, dedicated webhook replica, SSE connections will frequently break or fail to deliver events reliably.
|
||||
///
|
||||
|
||||
## Related resources
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user