@xache/mcp-server 0.3.0 → 0.3.2

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 +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -223,4 +223,5 @@ The private key is used **client-side only** for signing. It is never transmitte
223
223
 
224
224
  - [Xache Documentation](https://docs.xache.xyz)
225
225
  - [MCP Documentation](https://modelcontextprotocol.io)
226
- - [GitHub](https://github.com/oliveskin/xache)
226
+ - [GitHub](https://github.com/xacheai/xache-protocol)
227
+ - [Website](https://xache.xyz)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xache/mcp-server",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "MCP server for Xache Protocol - collective intelligence, verifiable memory, extraction, and reputation for AI agents",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -28,7 +28,7 @@
28
28
  "license": "MIT",
29
29
  "repository": {
30
30
  "type": "git",
31
- "url": "https://github.com/oliveskin/xache"
31
+ "url": "https://github.com/xacheai/xache-protocol"
32
32
  },
33
33
  "homepage": "https://xache.xyz",
34
34
  "dependencies": {