@defai.digital/ax-cli 4.1.18 → 4.3.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 +33 -0
- package/dist/mcp/automatosx-auto-discovery.d.ts +66 -0
- package/dist/mcp/automatosx-auto-discovery.js +168 -0
- package/dist/mcp/automatosx-auto-discovery.js.map +1 -0
- package/dist/mcp/client-v2.d.ts +109 -1
- package/dist/mcp/client-v2.js +230 -38
- package/dist/mcp/client-v2.js.map +1 -1
- package/dist/mcp/config.js +49 -4
- package/dist/mcp/config.js.map +1 -1
- package/dist/mcp/index.d.ts +7 -2
- package/dist/mcp/index.js +4 -0
- package/dist/mcp/index.js.map +1 -1
- package/dist/mcp/provider-mcp-loader.d.ts +130 -0
- package/dist/mcp/provider-mcp-loader.js +292 -0
- package/dist/mcp/provider-mcp-loader.js.map +1 -0
- package/dist/mcp/resources.d.ts +8 -4
- package/dist/mcp/resources.js +42 -41
- package/dist/mcp/resources.js.map +1 -1
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@defai.digital/ax-cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"sdkVersion": "1.4.0",
|
|
5
5
|
"description": "Enterprise-Class AI Command Line Interface - Primary support for GLM (General Language Model) with multi-provider AI orchestration powered by AutomatosX.",
|
|
6
6
|
"type": "module",
|