diff --git a/librechat.example.yaml b/librechat.example.yaml index 12c6ed9635..bc42ff89fc 100644 --- a/librechat.example.yaml +++ b/librechat.example.yaml @@ -109,32 +109,32 @@ actions: - "google.com" # Example MCP Servers Object Structure -mcpServers: - everything: - # type: sse # type can optionally be omitted - url: http://localhost:3001/sse - timeout: 60000 # 1 minute timeout for this server, this is the default timeout for MCP servers. - puppeteer: - type: stdio - command: npx - args: - - -y - - "@modelcontextprotocol/server-puppeteer" - timeout: 300000 # 5 minutes timeout for this server - filesystem: - # type: stdio - command: npx - args: - - -y - - "@modelcontextprotocol/server-filesystem" - - /home/user/LibreChat/ - iconPath: /home/user/LibreChat/client/public/assets/logo.svg - mcp-obsidian: - command: npx - args: - - -y - - "mcp-obsidian" - - /path/to/obsidian/vault +# mcpServers: +# everything: +# # type: sse # type can optionally be omitted +# url: http://localhost:3001/sse +# timeout: 60000 # 1 minute timeout for this server, this is the default timeout for MCP servers. +# puppeteer: +# type: stdio +# command: npx +# args: +# - -y +# - "@modelcontextprotocol/server-puppeteer" +# timeout: 300000 # 5 minutes timeout for this server +# filesystem: +# # type: stdio +# command: npx +# args: +# - -y +# - "@modelcontextprotocol/server-filesystem" +# - /home/user/LibreChat/ +# iconPath: /home/user/LibreChat/client/public/assets/logo.svg +# mcp-obsidian: +# command: npx +# args: +# - -y +# - "mcp-obsidian" +# - /path/to/obsidian/vault # Definition of custom endpoints endpoints: