.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user