@decantr/mcp-server 2.4.0 → 3.0.0-next.0
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 +28 -15
- package/dist/bin.js +1 -1
- package/dist/{chunk-P2K3R43N.js → chunk-IB5HP7DE.js} +1887 -79
- package/dist/index.js +1 -1
- package/package.json +10 -7
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-IB5HP7DE.js";
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decantr/mcp-server",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-next.0",
|
|
4
4
|
"mcpName": "io.github.decantr-ai/mcp-server",
|
|
5
|
-
"description": "MCP server for Decantr — exposes
|
|
5
|
+
"description": "MCP server for Decantr — exposes Contract context, typed graph artifacts, and verification evidence to AI coding assistants",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"decantr",
|
|
8
8
|
"decantr-ai",
|
|
@@ -16,9 +16,11 @@
|
|
|
16
16
|
"cursor",
|
|
17
17
|
"windsurf",
|
|
18
18
|
"design-system",
|
|
19
|
-
"
|
|
19
|
+
"ai-frontend-governance",
|
|
20
|
+
"typed-graph",
|
|
21
|
+
"contract-capsule",
|
|
20
22
|
"project-health",
|
|
21
|
-
"ui-
|
|
23
|
+
"ui-governance",
|
|
22
24
|
"drift-detection"
|
|
23
25
|
],
|
|
24
26
|
"author": "Decantr AI",
|
|
@@ -49,9 +51,10 @@
|
|
|
49
51
|
},
|
|
50
52
|
"dependencies": {
|
|
51
53
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
52
|
-
"@decantr/
|
|
53
|
-
"@decantr/verifier": "
|
|
54
|
-
"@decantr/registry": "
|
|
54
|
+
"@decantr/core": "3.0.0-next.0",
|
|
55
|
+
"@decantr/verifier": "3.0.0-next.0",
|
|
56
|
+
"@decantr/registry": "3.0.0-next.0",
|
|
57
|
+
"@decantr/essence-spec": "3.0.0-next.0"
|
|
55
58
|
},
|
|
56
59
|
"scripts": {
|
|
57
60
|
"build": "tsup",
|