claude-all-config 3.1.3 → 3.1.4
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/VERSION +1 -1
- package/mcp.json +9 -0
- package/package.json +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.
|
|
1
|
+
3.1.4
|
package/mcp.json
CHANGED
|
@@ -51,6 +51,15 @@
|
|
|
51
51
|
"headers": {
|
|
52
52
|
"Authorization": "Bearer YOUR_ZAI_API_KEY"
|
|
53
53
|
}
|
|
54
|
+
},
|
|
55
|
+
"minimax": {
|
|
56
|
+
"command": "uvx",
|
|
57
|
+
"args": ["minimax-mcp"],
|
|
58
|
+
"env": {
|
|
59
|
+
"MINIMAX_API_KEY": "YOUR_MINIMAX_API_KEY",
|
|
60
|
+
"MINIMAX_API_HOST": "https://api.minimaxi.com",
|
|
61
|
+
"MINIMAX_MCP_BASE_PATH": "/tmp"
|
|
62
|
+
}
|
|
54
63
|
}
|
|
55
64
|
}
|
|
56
65
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-all-config",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.4",
|
|
4
4
|
"description": "🤖 Universal AI CLI Config with Advanced Skills System - Quality Scoring, Scaffolding, Testing, Hooks & Multi-Agent Support (Claude Code, Cursor, Copilot, Gemini & 20+ More)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|