@hazeljs/mcp 0.2.0-rc.8 → 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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -332,7 +332,7 @@ Contributions are welcome! See [CONTRIBUTING.md](../../CONTRIBUTING.md) for deta
332
332
 
333
333
  ## Links
334
334
 
335
- - [Documentation](https://hazeljs.com/docs/packages/mcp)
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
338
  - [Discord](https://discord.com/channels/1448263814238965833/1448263814859456575)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/mcp",
3
- "version": "0.2.0-rc.8",
3
+ "version": "0.2.1",
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",
@@ -37,7 +37,7 @@
37
37
  "bugs": {
38
38
  "url": "https://github.com/hazeljs/hazel-js/issues"
39
39
  },
40
- "homepage": "https://hazeljs.com",
40
+ "homepage": "https://hazeljs.ai",
41
41
  "devDependencies": {
42
42
  "@types/jest": "^29.5.11",
43
43
  "@types/node": "^20.10.0",
@@ -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": "c0cfcca112ad5a11c6d5545acc98bb5d39355896"
57
+ "gitHead": "736a56e3d70b51050608cffae2394de3a3487f20"
58
58
  }