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.