diff --git a/librechat.yaml b/librechat.yaml index 1f91f908e..47a5e48a1 100644 --- a/librechat.yaml +++ b/librechat.yaml @@ -185,20 +185,13 @@ actions: # Example MCP Servers Object Structure mcpServers: pieces: - # type: sse # type can optionally be omitted type: "streamable-http" url: https://pieces-mcp.baked.rocks/mcp - timeout: 60000 # 1 minute timeout for this server, this is the default timeout for MCP servers. - startup: false # Connect on-demand, not at startup (needs conversation ID) - headers: - mcp-session-id: "{{LIBRECHAT_BODY_CONVERSATIONID}}" + timeout: 60000 xpipe: type: "streamable-http" url: https://xpipe-mcp.baked.rocks/mcp - timeout: 60000 # 1 minute timeout for this server, this is the default timeout for MCP servers. - startup: false # Connect on-demand, not at startup (needs conversation ID) - headers: - mcp-session-id: "{{LIBRECHAT_BODY_CONVERSATIONID}}" + timeout: 60000 context7: type: "streamable-http" url: https://mcp.context7.com/mcp