mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🔧 fix: comment out MCP servers to resolve service run issues (#6316)
Co-authored-by: Coding Wizard <admin@codingwizard.dev>
This commit is contained in:
parent
efed1c461d
commit
bc690cc320
1 changed files with 26 additions and 26 deletions
|
|
@ -109,32 +109,32 @@ actions:
|
||||||
- "google.com"
|
- "google.com"
|
||||||
|
|
||||||
# Example MCP Servers Object Structure
|
# Example MCP Servers Object Structure
|
||||||
mcpServers:
|
# mcpServers:
|
||||||
everything:
|
# everything:
|
||||||
# type: sse # type can optionally be omitted
|
# # type: sse # type can optionally be omitted
|
||||||
url: http://localhost:3001/sse
|
# url: http://localhost:3001/sse
|
||||||
timeout: 60000 # 1 minute timeout for this server, this is the default timeout for MCP servers.
|
# timeout: 60000 # 1 minute timeout for this server, this is the default timeout for MCP servers.
|
||||||
puppeteer:
|
# puppeteer:
|
||||||
type: stdio
|
# type: stdio
|
||||||
command: npx
|
# command: npx
|
||||||
args:
|
# args:
|
||||||
- -y
|
# - -y
|
||||||
- "@modelcontextprotocol/server-puppeteer"
|
# - "@modelcontextprotocol/server-puppeteer"
|
||||||
timeout: 300000 # 5 minutes timeout for this server
|
# timeout: 300000 # 5 minutes timeout for this server
|
||||||
filesystem:
|
# filesystem:
|
||||||
# type: stdio
|
# # type: stdio
|
||||||
command: npx
|
# command: npx
|
||||||
args:
|
# args:
|
||||||
- -y
|
# - -y
|
||||||
- "@modelcontextprotocol/server-filesystem"
|
# - "@modelcontextprotocol/server-filesystem"
|
||||||
- /home/user/LibreChat/
|
# - /home/user/LibreChat/
|
||||||
iconPath: /home/user/LibreChat/client/public/assets/logo.svg
|
# iconPath: /home/user/LibreChat/client/public/assets/logo.svg
|
||||||
mcp-obsidian:
|
# mcp-obsidian:
|
||||||
command: npx
|
# command: npx
|
||||||
args:
|
# args:
|
||||||
- -y
|
# - -y
|
||||||
- "mcp-obsidian"
|
# - "mcp-obsidian"
|
||||||
- /path/to/obsidian/vault
|
# - /path/to/obsidian/vault
|
||||||
|
|
||||||
# Definition of custom endpoints
|
# Definition of custom endpoints
|
||||||
endpoints:
|
endpoints:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue