mcp-swarm 1.0.3 → 1.0.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/README.md CHANGED
@@ -9,9 +9,9 @@
9
9
  <img src="./assets/banner.png" alt="MCP Swarm Banner" width="800" />
10
10
  </p>
11
11
 
12
- # 🐝 MCP Swarm v1.0.2 — Universal AI Agent Coordination Platform
12
+ # 🐝 MCP Swarm v1.0.4 — Universal AI Agent Coordination Platform
13
13
 
14
- > 🧠 **v1.0.2 — Tool Consolidation:** 54 → **26 Smart Tools** (zero feature loss). 21 AI models in MoE Router. SONA Self-Learning with EWC++. Update: `npm install -g mcp-swarm@latest`
14
+ > 🧠 **v1.0.4 — Tool Consolidation & Stability:** 54 → **26 Smart Tools** (zero feature loss). Fixed MCP protocol compliance (jsonrpc 2.0). 21 AI models in MoE Router. Update: `npm install -g mcp-swarm@latest`
15
15
 
16
16
  **MCP Swarm** is a global "nervous system" for your AI assistants. It turns separate agents (Claude, Cursor, Windsurf, OpenCode) into a coordinated team that can work on massive projects without conflicts or context loss.
17
17
 
package/README.ru.md CHANGED
@@ -9,9 +9,9 @@
9
9
  <img src="./assets/banner.png" alt="MCP Swarm Banner" width="800" />
10
10
  </p>
11
11
 
12
- # 🐝 MCP Swarm v1.0.2 — Универсальная Платформа Координации AI-Агентов
12
+ # 🐝 MCP Swarm v1.0.4 — Универсальная Платформа Координации AI-Агентов
13
13
 
14
- > 🧠 **v1.0.2 — Консолидация инструментов:** 54 → **26 Smart Tools** (без потери функций). 21 AI-модель в MoE Router. SONA Self-Learning с EWC++. Обновитесь: `npm install -g mcp-swarm@latest`
14
+ > 🧠 **v1.0.4 — Консолидация и стабильность:** 54 → **26 Smart Tools** (без потери функций). Исправлена совместимость MCP-протокола (jsonrpc 2.0). 21 AI-модель в MoE Router. Обновитесь: `npm install -g mcp-swarm@latest`
15
15
 
16
16
  **MCP Swarm** — это глобальная «нервная система» для ваших AI-помощников. Она превращает разрозненных агентов (Claude, Cursor, Windsurf, OpenCode) в слаженную команду, способную работать над огромными проектами без конфликтов и потери контекста.
17
17
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * MCP Swarm Installer v0.9.11
3
+ * MCP Swarm Installer v1.0.4
4
4
  *
5
5
  * Smart installer that:
6
6
  * - Detects existing IDE configs
@@ -261,7 +261,7 @@ async function main() {
261
261
  ${c.bright}${c.magenta}
262
262
  ╔═══════════════════════════════════════════════════════════╗
263
263
  ║ ║
264
- ║ 🐝 MCP Swarm Installer v0.9.11
264
+ ║ 🐝 MCP Swarm Installer v1.0.4
265
265
  ║ ║
266
266
  ║ Universal AI Agent Coordination Platform ║
267
267
  ║ ║
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-swarm",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Universal AI agent coordination platform with 26 consolidated smart tools, 21 AI models (Kimi K2.5, GPT-5.3, Opus 4.6), EWC++ self-learning, semantic caching, and Q-Learning routing",
@@ -55,4 +55,4 @@
55
55
  "concurrently": "^8.2.2",
56
56
  "typescript": "^5.6.3"
57
57
  }
58
- }
58
+ }