overmind-mcp 1.0.8 → 1.1.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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "overmind-mcp",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Orchestrateur universel agents IA multi-modeles via MCP pour piloter Claude-Code, Gemini, Qwen, Kilo/Cline, OpenClaw, GLM, Minimax, Kimi, Ollama et plus sans limite.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"dotenv": "^17.3.1",
|
|
68
68
|
"fastmcp": "^3.29.0",
|
|
69
69
|
"pg": "^8.18.0",
|
|
70
|
-
"overmind-postgres-mcp": "^1.0
|
|
70
|
+
"overmind-postgres-mcp": "^1.1.0",
|
|
71
71
|
"zod": "^3.24.1"
|
|
72
72
|
}
|
|
73
73
|
}
|