frdel commited on
Commit
3ec7d23
·
1 Parent(s): 593869a

mcp examples

Browse files
webui/components/settings/mcp/client/example.html CHANGED
@@ -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
  All servers can also define "init_timeout" and "tool_timeout" which override global settings.</p>
17
 
18
 
@@ -45,9 +46,9 @@
45
  "mcp-server-sequential-thinking"
46
  ]
47
  },
48
- "agent-zero": {
49
- "type": "sse",
50
- "serverUrl": `${url}/mcp/sse`
51
  }
52
  }
53
  }, null, 2);
 
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
 
 
46
  "mcp-server-sequential-thinking"
47
  ]
48
  },
49
+ "deep-wiki": {
50
+ "description": "Use this MCP to analyze github repositories",
51
+ "url": "https://mcp.deepwiki.com/sse"
52
  }
53
  }
54
  }, null, 2);