@decantr/mcp-server 3.6.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/dist/bin.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import "./chunk-
|
|
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.6.
|
|
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-
|
|
1
|
+
import "./chunk-7X4OMCHQ.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decantr/mcp-server",
|
|
3
|
-
"version": "3.6.
|
|
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": [
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
54
54
|
"@decantr/core": "3.6.0",
|
|
55
|
+
"@decantr/verifier": "3.6.1",
|
|
55
56
|
"@decantr/essence-spec": "3.4.0",
|
|
56
|
-
"@decantr/registry": "3.4.0"
|
|
57
|
-
"@decantr/verifier": "3.6.0"
|
|
57
|
+
"@decantr/registry": "3.4.0"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"build": "tsup",
|