@decantr/mcp-server 3.5.0 → 3.6.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 +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-PE63BVJB.js → chunk-A7AWXDF6.js} +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -155,7 +155,7 @@ Registry and pack-resolution tools may call the configured Decantr API. Source u
|
|
|
155
155
|
|
|
156
156
|
### 3.4 Tool Surface Migration
|
|
157
157
|
|
|
158
|
-
Decantr 3.4 consolidated legacy MCP tool names into the eight action-based tools above. Decantr 3.
|
|
158
|
+
Decantr 3.4 consolidated legacy MCP tool names into the eight action-based tools above. Decantr 3.6 keeps that surface, preserves v2 task/evidence/workspace-health/health-loop contracts, and adds compatible metadata only through the consolidated tools. For example, `decantr_get_project_state` becomes `decantr_project` with `{ "action": "state" }`, `decantr_get_graph_snapshot` becomes `decantr_graph` with `{ "action": "snapshot" }`, and the legacy write tools become `decantr_contract_write` with `{ "action": "accept_drift" }` or `{ "action": "update_essence" }`.
|
|
159
159
|
|
|
160
160
|
## How It Works
|
|
161
161
|
|
package/dist/bin.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-A7AWXDF6.js";
|
|
@@ -4329,7 +4329,7 @@ function describeUpdate(operation, payload) {
|
|
|
4329
4329
|
}
|
|
4330
4330
|
|
|
4331
4331
|
// src/index.ts
|
|
4332
|
-
var VERSION = "3.
|
|
4332
|
+
var VERSION = "3.6.0";
|
|
4333
4333
|
var server = new Server({ name: "decantr", version: VERSION }, { capabilities: { tools: {} } });
|
|
4334
4334
|
server.setRequestHandler(ListToolsRequestSchema, async () => {
|
|
4335
4335
|
return { tools: TOOLS };
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-A7AWXDF6.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decantr/mcp-server",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"mcpName": "io.github.decantr-ai/mcp-server",
|
|
5
5
|
"description": "MCP server for Decantr — exposes Contract context, typed graph artifacts, and verification evidence to AI coding assistants",
|
|
6
6
|
"keywords": [
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
54
|
-
"@decantr/core": "3.
|
|
54
|
+
"@decantr/core": "3.6.0",
|
|
55
55
|
"@decantr/essence-spec": "3.4.0",
|
|
56
|
-
"@decantr/
|
|
57
|
-
"@decantr/
|
|
56
|
+
"@decantr/registry": "3.4.0",
|
|
57
|
+
"@decantr/verifier": "3.6.0"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"build": "tsup",
|