entroly-mcp 1.0.61 → 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.
- package/README.md +4 -3
- package/package.json +16 -3
package/README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
# entroly-mcp
|
|
2
2
|
|
|
3
|
-
An NPX MCP bridge for Entroly,
|
|
4
|
-
Entroly gives
|
|
5
|
-
|
|
3
|
+
An NPX MCP bridge for Entroly, an auditable context engineering control plane
|
|
4
|
+
for AI agents. Entroly gives Claude Code, Codex, OpenClaw, GitHub Copilot,
|
|
5
|
+
Cursor, and other MCP clients selected context, recoverable compression,
|
|
6
|
+
Context Receipts, and local verification.
|
|
6
7
|
|
|
7
8
|
## Which package should I use?
|
|
8
9
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "entroly-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.63",
|
|
4
4
|
"mcpName": "io.github.juyterman1000/entroly",
|
|
5
|
-
"description": "NPX
|
|
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,16 +21,29 @@
|
|
|
21
21
|
"type": "git",
|
|
22
22
|
"url": "https://github.com/juyterman1000/entroly"
|
|
23
23
|
},
|
|
24
|
+
"homepage": "https://juyterman1000.github.io/entroly/docs/index.html",
|
|
25
|
+
"bugs": {
|
|
26
|
+
"url": "https://github.com/juyterman1000/entroly/issues"
|
|
27
|
+
},
|
|
24
28
|
"keywords": [
|
|
25
29
|
"mcp",
|
|
30
|
+
"mcp-server",
|
|
31
|
+
"model-context-protocol",
|
|
32
|
+
"context-engineering",
|
|
33
|
+
"context-compression",
|
|
34
|
+
"context-management",
|
|
26
35
|
"context-receipts",
|
|
27
36
|
"context-control-plane",
|
|
28
|
-
"local-context-os",
|
|
29
37
|
"context-optimization",
|
|
30
38
|
"entroly",
|
|
31
39
|
"ai",
|
|
32
40
|
"agents",
|
|
41
|
+
"ai-agents",
|
|
42
|
+
"ai-coding-agents",
|
|
33
43
|
"claude-code",
|
|
44
|
+
"codex",
|
|
45
|
+
"openclaw",
|
|
46
|
+
"github-copilot",
|
|
34
47
|
"cursor"
|
|
35
48
|
],
|
|
36
49
|
"author": "entroly",
|