@hivemindai/mcp-server 0.2.8 → 0.2.9

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.
@@ -3,9 +3,9 @@ import { join } from "node:path";
3
3
  const HIVEMIND_SECTION_START = "<!-- hivemind:start -->";
4
4
  const HIVEMIND_SECTION_END = "<!-- hivemind:end -->";
5
5
  const HIVEMIND_CLAUDE_MD = `${HIVEMIND_SECTION_START}
6
- ## Hivemind — Agent Coordination
6
+ ## Hivemind
7
7
 
8
- This project uses [Hivemind](https://github.com/gbram1/hivemind) for multi-agent coordination. Hivemind is an MCP server that provides a shared event log so agents can discover what other agents have done.
8
+ This project uses Hivemind for multi-agent coordination via a shared event log.
9
9
 
10
10
  ### When to publish events
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hivemindai/mcp-server",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "MCP server for Hivemind — persistent event log for AI agent coordination",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",