mcp-coordinator 0.2.0 → 0.2.1

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 +12 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -826,7 +826,18 @@ dashboard/public/ # Single-file web dashboard
826
826
  ## Related projects
827
827
 
828
828
  - **[@swoofer/promptweave](https://github.com/swoofer/promptweave)** — YAML composer for assembling agent prompts, hooks, and MCP configs. Use it with mcp-coordinator-aware behaviors from essaim.
829
- - **[essaim](https://github.com/swoofer/essaim)** *(coming soon)* — end-to-end orchestrator that spawns N coordinated agents using `@swoofer/promptweave` + `mcp-coordinator`. Ships the reference catalog of coordinator-aware behaviors.
829
+ - **[essaim](https://github.com/swoofer/essaim)** — end-to-end orchestrator that spawns N coordinated agents using `@swoofer/promptweave` + `mcp-coordinator`. Ships the reference catalog of coordinator-aware behaviors.
830
+
831
+ ---
832
+
833
+ ## Support
834
+
835
+ Solo maintainer. If this project saves you time, consider supporting development:
836
+
837
+ - [GitHub Sponsors](https://github.com/sponsors/swoofer)
838
+ - [Buy Me A Coffee](https://buymeacoffee.com/swoofer)
839
+
840
+ A star on the repo also helps surface the project to other developers.
830
841
 
831
842
  ---
832
843
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-coordinator",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Embedded MQTT broker + MCP server for multi-agent coordination",
5
5
  "type": "module",
6
6
  "license": "MIT",