Sign In

@decantr/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@decantr/mcp-server - npm Package Compare versions

Comparing version
3.11.1
to
3.11.2
dist/chunk-7CEFKAIJ.js

Sorry, the diff of this file is too big to display

+1
-1
#!/usr/bin/env node
import "./chunk-35FINM6L.js";
import "./chunk-7CEFKAIJ.js";
import "./chunk-CZ7CSFO4.js";

@@ -1,2 +0,2 @@

import "./chunk-35FINM6L.js";
import "./chunk-7CEFKAIJ.js";
import "./chunk-CZ7CSFO4.js";

@@ -13,3 +13,3 @@ {

"@decantr/essence-spec": "3.8.1",
"@decantr/verifier": "3.11.0"
"@decantr/verifier": "3.11.2"
},

@@ -69,3 +69,3 @@ "description": "Eight-tool Decantr MCP server for changed-UI assurance, authority-aware context, and verification evidence",

"types": "dist/index.d.ts",
"version": "3.11.1"
"version": "3.11.2"
}
+11
-11

@@ -11,7 +11,7 @@ # @decantr/mcp-server

Stable Decantr 3.11.1 MCP integration for Changed-UI Assurance, local project state, authority-aware route and non-route task context, graph and evidence reads, and repair prompts.
Stable Decantr 3.11.2 MCP integration for Changed-UI Assurance, local project state, authority-aware route and non-route task context, graph and evidence reads, and repair prompts.
## Release Boundary
The published npm package is 3.11.1. Its eight tool IDs, route-backed `TaskCapsuleV1` path, authority-aware target discovery, verification actions, and compatibility envelopes are stable. The existing `decantr_verify` tool adds action `changes`, which returns the same `change-assurance-report.v1` used by bare CLI verify and explicit CI v3. No ninth tool is added.
The published npm package is 3.11.2. Its eight tool IDs, route-backed `TaskCapsuleV1` path, authority-aware target discovery, verification actions, and compatibility envelopes are stable. The existing `decantr_verify` tool adds action `changes`, which returns the same `change-assurance-report.v1` used by bare CLI verify and explicit CI v3. No ninth tool is added.

@@ -38,3 +38,3 @@ ![Decantr MCP demo](https://raw.githubusercontent.com/decantr-ai/decantr/main/packages/mcp-server/assets/decantr-demo.gif)

"command": "npx",
"args": ["@decantr/mcp-server@3.11.1"]
"args": ["@decantr/mcp-server@3.11.2"]
}

@@ -52,3 +52,3 @@ }

```bash
npx @decantr/cli@3.11.0 connect cursor
npx @decantr/cli@3.11.2 connect cursor
```

@@ -69,3 +69,3 @@

"command": "npx",
"args": ["-y", "@decantr/mcp-server@3.11.1"]
"args": ["-y", "@decantr/mcp-server@3.11.2"]
}

@@ -87,3 +87,3 @@ }

"command": "npx",
"args": ["@decantr/mcp-server@3.11.1"]
"args": ["@decantr/mcp-server@3.11.2"]
}

@@ -103,3 +103,3 @@ }

"command": "npx",
"args": ["-y", "@decantr/mcp-server@3.11.1"]
"args": ["-y", "@decantr/mcp-server@3.11.2"]
}

@@ -121,3 +121,3 @@ }

"command": "npx",
"args": ["-y", "@decantr/mcp-server@3.11.1"],
"args": ["-y", "@decantr/mcp-server@3.11.2"],
"env": {}

@@ -143,3 +143,3 @@ }

- "-y"
- "@decantr/mcp-server@3.11.1"
- "@decantr/mcp-server@3.11.2"
```

@@ -176,3 +176,3 @@

Next file routes that are hidden by statically resolved middleware/proxy non-success policy are valid discovery surfaces but non-taskable MCP targets. If that policy is path-dependent and cannot be resolved, task preparation returns blocked authority instead of selecting a route by convention alone. Ranked style reads retain production CSS import order, including workspace package exports. Attached route compatibility responses include the same verifier-ranked read set as CLI, exclude generated governance churn from changed-source impact, and shed compatibility-only detail before exceeding the task-capsule budget.
Next file routes that are hidden by statically resolved middleware/proxy non-success policy are valid discovery surfaces but non-taskable MCP targets. If that policy is path-dependent and cannot be resolved, task preparation returns blocked authority instead of selecting a route by convention alone. TanStack generated metadata may corroborate an authored route's public path but is advisory evidence, never the implementation target. Astro response endpoints and TanStack/Angular layouts or fallbacks remain non-taskable. Angular task reads include statically resolved external templates, component styles, and workspace secondary-entry source. Ranked style reads retain production CSS import order, including workspace package exports. Attached route compatibility responses include the same verifier-ranked read set as CLI, exclude generated governance churn from changed-source impact, and shed compatibility-only detail before exceeding the task-capsule budget.

@@ -218,3 +218,3 @@ Authoritative non-route and unadopted targets return the separate `ui-surface-task-context.v1` discovery envelope with bounded reads and explicit limitations. A standalone component or story remains project-reference evidence rather than proof of runtime reachability. An adopted route continues to use the compatible `TaskCapsuleV1` contract.

Published 3.11.1 reads project-owned evidence: the Git change, application source and framework configuration, directly referenced workspace components, accepted local rules, `decantr.essence.json` when present, graph artifacts, baselines, and verification findings. In Brownfield, production source remains first authority and accepted Essence is project law beneath it. MCP clients can request Changed-UI Assurance with no adoption, request bounded task context before an edit, and inspect verification evidence after the edit. Decantr reports evidence and limitations; the coding agent remains responsible for the code change.
Published 3.11.2 reads project-owned evidence: the Git change, application source and framework configuration, directly referenced workspace components, accepted local rules, `decantr.essence.json` when present, graph artifacts, baselines, and verification findings. In Brownfield, production source remains first authority and accepted Essence is project law beneath it. MCP clients can request Changed-UI Assurance with no adoption, request bounded task context before an edit, and inspect verification evidence after the edit. Decantr reports evidence and limitations; the coding agent remains responsible for the code change.

@@ -221,0 +221,0 @@ ## Example Workflow

@@ -9,3 +9,3 @@ {

},
"version": "3.11.1",
"version": "3.11.2",
"packages": [

@@ -15,3 +15,3 @@ {

"identifier": "@decantr/mcp-server",
"version": "3.11.1",
"version": "3.11.2",
"transport": {

@@ -18,0 +18,0 @@ "type": "stdio"

Sorry, the diff of this file is too big to display