mcp-swarm 1.0.10 → 1.0.11
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 +16 -1
- package/README.ru.md +15 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
>
|
|
1
|
+
> <img src="https://flagcdn.com/20x15/ru.png" alt="RU" /> [Читать на русском](./README.ru.md) | 📋 [Changelog](./CHANGELOG.md)
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/mcp-swarm)
|
|
4
4
|
[](https://www.npmjs.com/package/mcp-swarm)
|
|
@@ -995,6 +995,21 @@ PRs welcome! Core principles:
|
|
|
995
995
|
2. State is saved to files (not memory)
|
|
996
996
|
3. Tests before merging
|
|
997
997
|
|
|
998
|
+
|
|
999
|
+
---
|
|
1000
|
+
|
|
1001
|
+
## ⭐ Support the Project
|
|
1002
|
+
|
|
1003
|
+
If MCP Swarm helps your team — **[give us a star on GitHub](https://github.com/AbdrAbdr/MCP-Swarm)!** ⭐
|
|
1004
|
+
|
|
1005
|
+
Your feedback shapes the future of the project:
|
|
1006
|
+
|
|
1007
|
+
- 🐛 **Found a bug?** — [Open an Issue](https://github.com/AbdrAbdr/MCP-Swarm/issues/new)
|
|
1008
|
+
- 💡 **Have an idea?** — [Start a Discussion](https://github.com/AbdrAbdr/MCP-Swarm/discussions)
|
|
1009
|
+
- 🔧 **Want to contribute?** — [Fork & PR](https://github.com/AbdrAbdr/MCP-Swarm/fork)
|
|
1010
|
+
|
|
1011
|
+
[](https://github.com/AbdrAbdr/MCP-Swarm)
|
|
1012
|
+
|
|
998
1013
|
---
|
|
999
1014
|
|
|
1000
1015
|
## 📜 License
|
package/README.ru.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
>
|
|
1
|
+
> <img src="https://flagcdn.com/20x15/gb.png" alt="EN" /> [Read in English](./README.md) | 📋 [История изменений](./CHANGELOG.ru.md)
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/mcp-swarm)
|
|
4
4
|
[](https://www.npmjs.com/package/mcp-swarm)
|
|
@@ -878,6 +878,20 @@ PRs welcome! Основные принципы:
|
|
|
878
878
|
|
|
879
879
|
---
|
|
880
880
|
|
|
881
|
+
## ⭐ Поддержите проект
|
|
882
|
+
|
|
883
|
+
Если MCP Swarm помогает вашей команде — **[поставьте звезду на GitHub](https://github.com/AbdrAbdr/MCP-Swarm)!** ⭐
|
|
884
|
+
|
|
885
|
+
Ваш отзыв формирует будущее проекта:
|
|
886
|
+
|
|
887
|
+
- 🐛 **Нашли баг?** — [Создайте Issue](https://github.com/AbdrAbdr/MCP-Swarm/issues/new)
|
|
888
|
+
- 💡 **Есть идея?** — [Начните обсуждение](https://github.com/AbdrAbdr/MCP-Swarm/discussions)
|
|
889
|
+
- 🔧 **Хотите помочь?** — [Fork & PR](https://github.com/AbdrAbdr/MCP-Swarm/fork)
|
|
890
|
+
|
|
891
|
+
[](https://github.com/AbdrAbdr/MCP-Swarm)
|
|
892
|
+
|
|
893
|
+
---
|
|
894
|
+
|
|
881
895
|
## 📜 License
|
|
882
896
|
|
|
883
897
|
MIT © 2025
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-swarm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
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",
|