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.0
to
3.11.1
dist/chunk-35FINM6L.js

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

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

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

import "./chunk-CRMBPYGN.js";
import "./chunk-35FINM6L.js";
import "./chunk-CZ7CSFO4.js";

@@ -68,3 +68,3 @@ {

"types": "dist/index.d.ts",
"version": "3.11.0"
"version": "3.11.1"
}

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

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.
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.
## Release Boundary
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.
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.

@@ -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.0"]
"args": ["@decantr/mcp-server@3.11.1"]
}

@@ -68,3 +68,3 @@ }

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

@@ -86,3 +86,3 @@ }

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

@@ -102,3 +102,3 @@ }

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

@@ -120,3 +120,3 @@ }

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

@@ -142,3 +142,3 @@ }

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

@@ -216,3 +216,3 @@

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.
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.

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

{
"$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 changed-UI assurance, local project authority, authority-aware UI task context, verification evidence, and repair prompts.",
"description": "Stable eight-tool MCP server for changed-UI assurance, authority-aware UI task context, and repair.",
"repository": {

@@ -9,3 +9,3 @@ "url": "https://github.com/decantr-ai/decantr",

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

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

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

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

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