@decantr/mcp-server 3.5.0 → 3.6.1

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 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.5 keeps that surface and upgrades task, evidence, workspace health, and health-loop responses to v2 loop/evidence contracts. 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" }`.
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-PE63BVJB.js";
2
+ import "./chunk-7X4OMCHQ.js";
@@ -4329,7 +4329,7 @@ function describeUpdate(operation, payload) {
4329
4329
  }
4330
4330
 
4331
4331
  // src/index.ts
4332
- var VERSION = "3.5.0";
4332
+ var VERSION = "3.6.1";
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-PE63BVJB.js";
1
+ import "./chunk-7X4OMCHQ.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decantr/mcp-server",
3
- "version": "3.5.0",
3
+ "version": "3.6.1",
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,9 +51,9 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@modelcontextprotocol/sdk": "^1.29.0",
54
- "@decantr/core": "3.5.0",
54
+ "@decantr/core": "3.6.0",
55
+ "@decantr/verifier": "3.6.1",
55
56
  "@decantr/essence-spec": "3.4.0",
56
- "@decantr/verifier": "3.5.0",
57
57
  "@decantr/registry": "3.4.0"
58
58
  },
59
59
  "scripts": {