@hazeljs/mcp 0.7.7 → 0.7.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -335,4 +335,4 @@ Contributions are welcome! See [CONTRIBUTING.md](../../CONTRIBUTING.md) for deta
335
335
  - [Documentation](https://hazeljs.ai/docs/packages/mcp)
336
336
  - [GitHub](https://github.com/hazeljs/hazeljs)
337
337
  - [Issues](https://github.com/hazeljs/hazeljs/issues)
338
- - [Discord](https://discord.com/channels/1448263814238965833/1448263814859456575)
338
+ - [Discord](https://discord.gg/PxNBPzvQk7)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/mcp",
3
- "version": "0.7.7",
3
+ "version": "0.7.9",
4
4
  "description": "Expose HazelJS tools as MCP (Model Context Protocol) tools over STDIO",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -54,5 +54,5 @@
54
54
  "description": "Required when using @hazeljs/agent ToolRegistry. Not needed for custom IToolRegistry implementations."
55
55
  }
56
56
  },
57
- "gitHead": "5fa18729312dd9d2abe5dee3801fbd0ac0f1c3c9"
57
+ "gitHead": "28c21c509aeca3bf2d0878fbee737d906b654c67"
58
58
  }