From 48a6f28e59d696047fef8b990f28cfe06694569d Mon Sep 17 00:00:00 2001 From: Travis Vasceannie Date: Fri, 5 Dec 2025 03:11:19 +0000 Subject: [PATCH] . --- librechat.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/librechat.yaml b/librechat.yaml index a9d7a8fd0..f9d80e05f 100644 --- a/librechat.yaml +++ b/librechat.yaml @@ -185,18 +185,18 @@ actions: # Example MCP Servers Object Structure mcpServers: pieces: - # type: sse # type can optionally be omitted + # 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. headers: - mcp-session-id: {{LIBRECHAT_BODY_CONVERSATIONID}} + mcp-session-id: "{{LIBRECHAT_BODY_CONVERSATIONID}}" 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. headers: - mcp-session-id: {{LIBRECHAT_BODY_CONVERSATIONID}} + mcp-session-id: "{{LIBRECHAT_BODY_CONVERSATIONID}}" context7: url: https://mcp.context7.com/mcp timeout: 60000 # 1 minute timeout for this server, this is the default timeout for MCP servers. @@ -275,7 +275,7 @@ endpoints: # apiKey: '${GROQ_API_KEY}' baseURL: 'http://bifrost.lab/v1' headers: - x-bf-cache-key: {{LIBRECHAT_BODY_CONVERSATIONID}} + x-bf-cache-key: "{{LIBRECHAT_BODY_CONVERSATIONID}}" x-bf-cache-ttl: 30s x-bf-cache-threshold: 0.9 models: