entroly-mcp 1.0.62 → 1.0.63

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "entroly-mcp",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "mcpName": "io.github.juyterman1000/entroly",
5
- "description": "NPX MCP bridge for Entroly: auditable AI agent context engineering with compression, recovery, receipts, and verification.",
5
+ "description": "NPX bridge to Entroly's Context OS: auditable AI agent context engineering, recovery, receipts, and verification.",
6
6
  "main": "index.js",
7
7
  "bin": {
8
8
  "entroly-mcp": "./bin/entroly-mcp.js"
@@ -21,7 +21,7 @@
21
21
  "type": "git",
22
22
  "url": "https://github.com/juyterman1000/entroly"
23
23
  },
24
- "homepage": "https://juyterman1000.github.io/entroly/",
24
+ "homepage": "https://juyterman1000.github.io/entroly/docs/index.html",
25
25
  "bugs": {
26
26
  "url": "https://github.com/juyterman1000/entroly/issues"
27
27
  },