@decantr/mcp-server
Advanced tools
Sorry, the diff of this file is too big to display
+1
-1
| #!/usr/bin/env node | ||
| import "./chunk-NUCQEKGA.js"; | ||
| import "./chunk-CRMBPYGN.js"; | ||
| import "./chunk-CZ7CSFO4.js"; |
+1
-1
@@ -1,2 +0,2 @@ | ||
| import "./chunk-NUCQEKGA.js"; | ||
| import "./chunk-CRMBPYGN.js"; | ||
| import "./chunk-CZ7CSFO4.js"; |
+3
-3
@@ -13,5 +13,5 @@ { | ||
| "@decantr/essence-spec": "3.8.1", | ||
| "@decantr/verifier": "3.10.0" | ||
| "@decantr/verifier": "3.11.0" | ||
| }, | ||
| "description": "Eight-tool Decantr MCP server for authority-aware UI context and verification evidence", | ||
| "description": "Eight-tool Decantr MCP server for changed-UI assurance, authority-aware context, and verification evidence", | ||
| "devDependencies": { | ||
@@ -69,3 +69,3 @@ "@modelcontextprotocol/sdk": "^1.30.0" | ||
| "types": "dist/index.d.ts", | ||
| "version": "3.10.0" | ||
| "version": "3.11.0" | ||
| } |
+15
-13
@@ -11,7 +11,7 @@ # @decantr/mcp-server | ||
| Stable Decantr 3.10.0 MCP integration for local project state, authority-aware route and non-route task context, graph and evidence reads, verification, and repair prompts. | ||
| Stable Decantr 3.11.0 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.10.0. Its eight tool IDs, route-backed `TaskCapsuleV1` path, authority-aware target discovery, verification actions, and compatibility envelopes are stable. Components, layouts, stories, overlays, packages, runtime states, exact files, and unadopted projects use the same verifier-owned evidence model as the CLI. | ||
| The published npm package is 3.11.0. 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 @@  | ||
| "command": "npx", | ||
| "args": ["@decantr/mcp-server@3.10.0"] | ||
| "args": ["@decantr/mcp-server@3.11.0"] | ||
| } | ||
@@ -52,3 +52,3 @@ } | ||
| ```bash | ||
| npx @decantr/cli@3.10.0 connect cursor | ||
| npx @decantr/cli@3.11.0 connect cursor | ||
| ``` | ||
@@ -69,3 +69,3 @@ | ||
| "command": "npx", | ||
| "args": ["-y", "@decantr/mcp-server@3.10.0"] | ||
| "args": ["-y", "@decantr/mcp-server@3.11.0"] | ||
| } | ||
@@ -87,3 +87,3 @@ } | ||
| "command": "npx", | ||
| "args": ["@decantr/mcp-server@3.10.0"] | ||
| "args": ["@decantr/mcp-server@3.11.0"] | ||
| } | ||
@@ -103,3 +103,3 @@ } | ||
| "command": "npx", | ||
| "args": ["-y", "@decantr/mcp-server@3.10.0"] | ||
| "args": ["-y", "@decantr/mcp-server@3.11.0"] | ||
| } | ||
@@ -121,3 +121,3 @@ } | ||
| "command": "npx", | ||
| "args": ["-y", "@decantr/mcp-server@3.10.0"], | ||
| "args": ["-y", "@decantr/mcp-server@3.11.0"], | ||
| "env": {} | ||
@@ -143,3 +143,3 @@ } | ||
| - "-y" | ||
| - "@decantr/mcp-server@3.10.0" | ||
| - "@decantr/mcp-server@3.11.0" | ||
| ``` | ||
@@ -160,3 +160,3 @@ | ||
| | `decantr_registry` | Legacy-named compatibility access to official corpus vocabulary, benchmark metadata, and execution packs | `{ "action": "resolve_pattern", "id": "data-table", "preset": "product" }` | | ||
| | `decantr_verify` | Verify local UI diffs and return critique, findings, health state, or v2 evidence bundles | `{ "action": "evidence_bundle", "project_path": "apps/web" }` | | ||
| | `decantr_verify` | Return Changed-UI Assurance, critique, findings, health state, or v2 evidence bundles | `{ "action": "changes", "project_path": "apps/web" }` | | ||
| | `decantr_repair` | Turn typed findings into scoped repair plans, prompts, and v2 health-loop guidance | `{ "action": "health_loop", "project_path": "apps/web" }` | | ||
@@ -171,2 +171,4 @@ | `decantr_contract_write` | Explicit workspace-contained write surface for accepting drift or updating Essence v4 | `{ "action": "update_essence", "operation": "add_feature", "payload": { "feature": "billing" } }` | | ||
| `decantr_verify` action `changes` is zero-write and adoption-free. It resolves the current Git change, selects one changed UI app only when provable, and emits at most three consequential findings by default. Multi-app ambiguity, unavailable Git scope, and unresolved authority return `not_proven`. Primitive-reuse assurance is strongest for JSX/TSX in 3.11; template parity remains limited. | ||
| ## 3.10 Authority-Aware Discovery | ||
@@ -195,3 +197,3 @@ | ||
| The MCP server reads Decantr files, including `.decantr/graph` typed graph artifacts, and selected project files from the active workspace. Write access is limited to the explicit `decantr_contract_write` tool with `accept_drift` and `update_essence` actions. `accept_drift` may defer a finding to `.decantr/drift-log.json` when the caller explicitly requests that resolution. Paths are contained to the active workspace root. | ||
| The MCP server reads Decantr files, including `.decantr/graph` typed graph artifacts, selected project files, Git metadata through local Git commands for change scope, and directly referenced workspace-package source used as component authority. Write access is limited to the explicit `decantr_contract_write` tool with `accept_drift` and `update_essence` actions. `accept_drift` may defer a finding to `.decantr/drift-log.json` when the caller explicitly requests that resolution. Paths are contained to the active workspace root. | ||
@@ -218,3 +220,3 @@ Content-corpus and pack-resolution actions may call a configured Decantr API. Project authority, critique, audit, and verification remain local reads; source upload fallbacks are retired. The MCP server does not emit Decantr telemetry. See [security permissions](https://decantr.ai/reference/security-permissions.md). | ||
| Published 3.10.0 reads project-owned evidence: application source and framework configuration, 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 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.0 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. | ||
@@ -231,3 +233,3 @@ ## Example Workflow | ||
| 4. The coding agent edits the project using its normal tools; Decantr does not generate or apply the source change. | ||
| 5. `decantr_verify` with `audit_project`, `critique`, `evidence_bundle`, or `health_loop` verifies the local result and reports evidence. | ||
| 5. `decantr_verify` with `changes` verifies the current UI diff first; `audit_project`, `critique`, `evidence_bundle`, or `health_loop` remain available for deeper evidence. | ||
| 6. `decantr_repair` turns any typed findings into a scoped plan or repair prompt, after which verification runs again. | ||
@@ -234,0 +236,0 @@ |
+3
-3
| { | ||
| "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", | ||
| "name": "io.github.decantr-ai/mcp-server", | ||
| "description": "Stable eight-tool MCP server for local project state, authority-aware UI task context, verification evidence, and repair prompts.", | ||
| "description": "Stable eight-tool MCP server for changed-UI assurance, local project authority, authority-aware UI task context, verification evidence, and repair prompts.", | ||
| "repository": { | ||
@@ -9,3 +9,3 @@ "url": "https://github.com/decantr-ai/decantr", | ||
| }, | ||
| "version": "3.10.0", | ||
| "version": "3.11.0", | ||
| "packages": [ | ||
@@ -15,3 +15,3 @@ { | ||
| "identifier": "@decantr/mcp-server", | ||
| "version": "3.10.0", | ||
| "version": "3.11.0", | ||
| "transport": { | ||
@@ -18,0 +18,0 @@ "type": "stdio" |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
784641
0.63%20436
0.44%229
0.88%+ Added
- Removed
Updated