entroly-mcp 0.19.13 → 1.0.3
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/index.js +0 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "entroly-mcp",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Information-theoretic context optimization MCP server for AI coding agents.",
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"description": "Information-theoretic context optimization MCP server with deterministic hallucination detection and suppression for AI coding agents.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"entroly-mcp": "./bin/entroly-mcp.js"
|