mcp examples

frdel committed Jun 6, 2025 at 10:49 UTC 77d6807098594170383109283e8fb868a580fa2c
1 file changed +4 -3
webui/components/settings/mcp/client/example.html
+4 -3
@@ -13,6 +13,7 @@
13 Local servers are defined by a "command", "args", "env" variables.<br>
14 Remote servers are defined by a "url", "headers".<br>
15 "disabled" can be set to true to disable a server without removing config.<br>
16 + Custom "description" can be set to provide additional information about the server to A0.<br>
17 All servers can also define "init_timeout" and "tool_timeout" which override global settings.</p>
18
19
@@ -45,9 +46,9 @@
46 "mcp-server-sequential-thinking"
47 ]
48 },
48 - "agent-zero": {
49 - "type": "sse",
50 - "serverUrl": `${url}/mcp/sse`
49 + "deep-wiki": {
50 + "description": "Use this MCP to analyze github repositories",
51 + "url": "https://mcp.deepwiki.com/sse"
52 }
53 }
54 }, null, 2);