From 9e1b686984ba1f31883c5b83a123d21aaf07c9cc Mon Sep 17 00:00:00 2001 From: James Monroe <10901293+jhmonroe@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:03:05 -0400 Subject: [PATCH] Update mcp_servers.mdx added a comment about the default tools icon --- .../librechat_yaml/object_structure/mcp_servers.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/docs/configuration/librechat_yaml/object_structure/mcp_servers.mdx b/pages/docs/configuration/librechat_yaml/object_structure/mcp_servers.mdx index d6ea79b61..696d061c4 100644 --- a/pages/docs/configuration/librechat_yaml/object_structure/mcp_servers.mdx +++ b/pages/docs/configuration/librechat_yaml/object_structure/mcp_servers.mdx @@ -28,6 +28,7 @@ mcpServers: - "@modelcontextprotocol/server-filesystem" - /home/user/LibreChat/ iconPath: /home/user/LibreChat/client/public/assets/logo.svg + # The “wrench” icon shows up if no icon is provided as it is the default rendering. mcp-obsidian: command: npx args: @@ -245,4 +246,4 @@ The `mcpServers` configurations allow LibreChat to dynamically interact with var --- -By properly configuring the `mcpServers` in your `librechat.yaml`, you can enhance LibreChat's functionality and integrate custom tools and services seamlessly. \ No newline at end of file +By properly configuring the `mcpServers` in your `librechat.yaml`, you can enhance LibreChat's functionality and integrate custom tools and services seamlessly.