From bc690cc320595515dc633cf39d34403332935311 Mon Sep 17 00:00:00 2001 From: Kunal <66168931+thecodingwizardx@users.noreply.github.com> Date: Sat, 15 Mar 2025 00:05:46 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20comment=20out=20MCP=20ser?= =?UTF-8?q?vers=20to=20resolve=20service=20run=20issues=20(#6316)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Coding Wizard --- librechat.example.yaml | 52 +++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 26 deletions(-) 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: