@decantr/mcp-server 1.0.0-beta.9 → 1.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/README.md +28 -6
- package/dist/bin.js +1 -1
- package/dist/chunk-WN4I3BY6.js +2063 -0
- package/dist/critique-VEROHUF4.js +5 -0
- package/dist/index.js +1 -1
- package/package.json +12 -7
- package/dist/chunk-NZBC33FN.js +0 -1166
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-WN4I3BY6.js";
|
package/package.json
CHANGED
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decantr/mcp-server",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "MCP server for Decantr — exposes design intelligence
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "MCP server for Decantr — exposes design intelligence, packs, and verification to AI coding assistants",
|
|
5
|
+
"author": "Decantr AI",
|
|
5
6
|
"license": "MIT",
|
|
7
|
+
"bugs": {
|
|
8
|
+
"url": "https://github.com/decantr-ai/decantr/issues"
|
|
9
|
+
},
|
|
6
10
|
"repository": {
|
|
7
11
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/decantr-ai/decantr.git",
|
|
12
|
+
"url": "git+https://github.com/decantr-ai/decantr.git",
|
|
9
13
|
"directory": "packages/mcp-server"
|
|
10
14
|
},
|
|
11
15
|
"homepage": "https://decantr.ai",
|
|
12
16
|
"type": "module",
|
|
13
17
|
"bin": {
|
|
14
|
-
"decantr-mcp": "
|
|
18
|
+
"decantr-mcp": "dist/bin.js"
|
|
15
19
|
},
|
|
16
20
|
"main": "dist/index.js",
|
|
17
21
|
"types": "dist/index.d.ts",
|
|
@@ -22,9 +26,10 @@
|
|
|
22
26
|
"access": "public"
|
|
23
27
|
},
|
|
24
28
|
"dependencies": {
|
|
25
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
26
|
-
"@decantr/
|
|
27
|
-
"@decantr/
|
|
29
|
+
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
30
|
+
"@decantr/essence-spec": "1.0.0",
|
|
31
|
+
"@decantr/verifier": "1.0.1",
|
|
32
|
+
"@decantr/registry": "1.0.1"
|
|
28
33
|
},
|
|
29
34
|
"scripts": {
|
|
30
35
|
"build": "tsup",
|