@tethral/acr-mcp 2.1.2 → 2.1.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/dist/http.mjs +0 -0
- package/dist/index.mjs +0 -0
- package/package.json +3 -4
package/dist/http.mjs
CHANGED
|
File without changes
|
package/dist/index.mjs
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tethral/acr-mcp",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"description": "MCP server for ACR (Agent Composition Records). An interaction profile registry for AI agents — log interactions, build a profile, and query it through behavioral lenses (friction, coverage, stable corridors, failure registry, trend). 21 tools. Raw data, no synthetic labels.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.mjs",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"repository": {
|
|
39
39
|
"type": "git",
|
|
40
|
-
"url": "https://github.com/Tethral-Inc/AgentRegistry",
|
|
40
|
+
"url": "git+https://github.com/Tethral-Inc/AgentRegistry.git",
|
|
41
41
|
"directory": "packages/mcp-server"
|
|
42
42
|
},
|
|
43
43
|
"bugs": {
|
|
@@ -54,7 +54,6 @@
|
|
|
54
54
|
"LICENSE"
|
|
55
55
|
],
|
|
56
56
|
"publishConfig": {
|
|
57
|
-
"access": "public"
|
|
58
|
-
"provenance": false
|
|
57
|
+
"access": "public"
|
|
59
58
|
}
|
|
60
59
|
}
|