overmind-mcp 2.8.1 → 2.8.3

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.
Files changed (2) hide show
  1. package/README.md +0 -35
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,41 +63,6 @@ Après installation, configurez votre client MCP avec le模式下 :
63
63
 
64
64
  ---
65
65
 
66
- ## 🅾️ Démarrage des Serveurs HTTP
67
-
68
- Les serveurs doivent être démarrés avant utilisation :
69
-
70
- ```bash
71
- # Overmind (complet) — port 3099
72
- node dist/bin/cli.js --transport http-stream --port 3099
73
-
74
- # PostgreSQL — port 5433
75
- cd ../serveur_PostGreSQL
76
- FORCE_COLOR=0 FASTMCP_TRANSPORT=httpStream FASTMCP_PORT=5433 node dist/index.js
77
-
78
- # Discord — port 3141
79
- cd ../serveur_discord
80
- FORCE_COLOR=0 FASTMCP_TRANSPORT=httpStream FASTMCP_PORT=3141 node dist/index.js
81
-
82
- # X — port 3142
83
- cd ../X
84
- FORCE_COLOR=0 FASTMCP_TRANSPORT=httpStream FASTMCP_PORT=3142 node dist/src/server.js
85
-
86
- # Debats — port 3100
87
- cd ../debats-mcp-server
88
- FORCE_COLOR=0 FASTMCP_TRANSPORT=httpStream FASTMCP_PORT=3100 node dist/index.js
89
- ```
90
-
91
- | Serveur | Port | Outils |
92
- |---------|------|--------|
93
- | Overmind | 3099 | 14 (run_agent, create_agent, memory...) |
94
- | PostgreSQL | 5433 | 30+ (SQL, vectors, search...) |
95
- | Discord | 3141 | 88 (members, roles, channels, embeds...) |
96
- | X | 3142 | Outils X/Twitter |
97
- | Debats | 3100 | Outils débats |
98
-
99
- ---
100
-
101
66
  ## 🔧 Installation Locale (Dev)
102
67
 
103
68
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "overmind-mcp",
3
- "version": "2.8.1",
3
+ "version": "2.8.3",
4
4
  "preferGlobal": true,
5
5
  "description": "Orchestrateur universel agents IA multi-modeles via MCP. Inclut le protocole 'Custom-Nickname' pour identifier vos agents avec des surnoms originaux (The Chaos Prophet, Shadow Sniper, etc.), l'isolation mémoire (Private Memory Context) et le support pour QwenCli et Nous Hermes. Installation automatique des dépendances Docker (PostgreSQL, pgvector) inclus.",
6
6
  "type": "module",