We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c667437 commit ab6e1c0Copy full SHA for ab6e1c0
.dxtignore
@@ -2,4 +2,9 @@
2
.vscode/
3
.claude/
4
*mock-client*
5
-Dockerfile
+.claude/
6
+Dockerfile
7
+coverage/*
8
+test*
9
+scripts/*
10
+.github/*
package.json
@@ -21,7 +21,7 @@
21
"build:types": "tsc -p tsconfig.declaration.json",
22
"build:permissions": "chmod +x ./index.js && (chmod +x ./mock-client/*.js 2>/dev/null || true)",
23
"build-dtx": "run-s build build-dtx:*",
24
- "build-dtx:dtx-pack": "dtx-pack ./build/index.js",
+ "build-dtx:dtx-pack": "npx dxt pack ./",
25
"clean": "./scripts/clean.sh",
26
"debug-stdio": "node --experimental-strip-types ./mock-client/debug-client.ts",
27
"debug-sdk": "node --experimental-strip-types ./mock-client/stdio-client.ts",
0 commit comments