@ainative/cody-cli 0.7.31 → 0.7.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cody/mcp.json +3 -5
- package/dist/cli.js +612 -493
- package/package.json +1 -1
package/.cody/mcp.json
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"mcpServers": {
|
|
3
|
-
"zerodb": {
|
|
4
|
-
"type": "http",
|
|
5
|
-
"url": "https://api.ainative.studio/v1/mcp/zerodb-mcp/messages",
|
|
6
|
-
"description": "ZeroDB vector database and storage"
|
|
7
|
-
},
|
|
8
3
|
"zerodb-memory": {
|
|
9
4
|
"type": "http",
|
|
10
5
|
"url": "https://api.ainative.studio/v1/mcp/zerodb-memory-mcp/messages",
|
|
6
|
+
"headers": {
|
|
7
|
+
"x-api-key": "sk_nLI6DrYP9h7qrac9t876Wj4e3iV-zsk5YXUv0S-ttkM"
|
|
8
|
+
},
|
|
11
9
|
"description": "ZeroDB agent memory - store, search, and manage conversation context"
|
|
12
10
|
}
|
|
13
11
|
}
|