@decantr/mcp-server 3.0.0 → 3.0.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-PFLHZF35.js";
|
|
@@ -4898,7 +4898,7 @@ function describeUpdate(operation, payload) {
|
|
|
4898
4898
|
}
|
|
4899
4899
|
|
|
4900
4900
|
// src/index.ts
|
|
4901
|
-
var VERSION = "3.0.
|
|
4901
|
+
var VERSION = "3.0.1";
|
|
4902
4902
|
var server = new Server({ name: "decantr", version: VERSION }, { capabilities: { tools: {} } });
|
|
4903
4903
|
server.setRequestHandler(ListToolsRequestSchema, async () => {
|
|
4904
4904
|
return { tools: TOOLS };
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-PFLHZF35.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decantr/mcp-server",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.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,10 +51,10 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
54
|
-
"@decantr/core": "3.0.
|
|
55
|
-
"@decantr/
|
|
56
|
-
"@decantr/
|
|
57
|
-
"@decantr/registry": "3.0.
|
|
54
|
+
"@decantr/core": "3.0.1",
|
|
55
|
+
"@decantr/verifier": "3.0.1",
|
|
56
|
+
"@decantr/essence-spec": "3.0.1",
|
|
57
|
+
"@decantr/registry": "3.0.1"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"build": "tsup",
|