mcp-server-andru-intelligence 0.1.2 → 0.2.0
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/README.md +54 -20
- package/glama.json +1 -0
- package/package.json +2 -2
- package/server.json +3 -3
- package/src/catalog.js +70 -41
- package/.mcpregistry_github_token +0 -1
- package/.mcpregistry_registry_token +0 -1
- package/.smithery/shttp/manifest.json +0 -616
- package/.smithery/shttp/module.js +0 -50
- package/.smithery/shttp/module.js.map +0 -7
- package/.smithery/shttp/scan-1771057507876.cjs +0 -20836
- package/smithery-config.json +0 -15
package/smithery-config.json
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"type": "object",
|
|
3
|
-
"properties": {
|
|
4
|
-
"ANDRU_API_KEY": {
|
|
5
|
-
"type": "string",
|
|
6
|
-
"description": "Your Andru Platform API key. Get one at https://app.andru.ai/settings/api-keys"
|
|
7
|
-
},
|
|
8
|
-
"ANDRU_API_URL": {
|
|
9
|
-
"type": "string",
|
|
10
|
-
"description": "Andru API base URL",
|
|
11
|
-
"default": "https://api.andru.ai"
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
"required": ["ANDRU_API_KEY"]
|
|
15
|
-
}
|