55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
// mcpServers:
|
|
// - name: arangodb
|
|
// type: sse
|
|
// url: "http://192.168.0.113:3001/sse"
|
|
|
|
{
|
|
"mcpServers": {
|
|
"arango-lxc": {
|
|
"type": "sse",
|
|
"url": "http://192.168.0.113:3001/sse"
|
|
}
|
|
}
|
|
}
|
|
// {
|
|
// // "ui": {
|
|
// // "approveToolsAutomatically": true
|
|
// // },
|
|
// // {
|
|
// // "name": "arango-lxc",
|
|
// // "type": "sse",
|
|
// // "url": "http://192.168.0.113:3001/sse"
|
|
|
|
// "arango-lxc": {
|
|
// "type": "sse",
|
|
// "url": "http://192.168.0.113:3001/sse"
|
|
// // ,
|
|
// //"tools": true
|
|
// }
|
|
|
|
// }
|
|
|
|
// // name: arango
|
|
// // version: 0.0.1
|
|
// // schema: v1
|
|
|
|
// // # schema: https://modelcontextprotocol.io
|
|
// // # transport: streamable-http
|
|
// // # url: "http://192.168.0.113:3001/sse"
|
|
// // mcpServers:
|
|
// // - name: arango-lxc
|
|
// // #version: 1.0.0
|
|
// // #schema: https://modelcontextprotocol.io
|
|
// // #transport: streamable-http
|
|
// // type: sse
|
|
// // url: "http://192.168.0.113:3001
|
|
|
|
// // # mcpServers:
|
|
// // # - name: arango-lxc
|
|
// // # version: 1.0.0
|
|
// // # schema: https://modelcontextprotocol.io
|
|
// // # transport: streamable-http
|
|
// // # type: sse
|
|
// // # url: "http://192.168.0.113:3001/sse"
|
|
|