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 398101a commit 774c6d0Copy full SHA for 774c6d0
package.json
@@ -22,6 +22,8 @@
22
"build": "tsc && shx chmod +x dist/*.js",
23
"prepare": "husky",
24
"watch": "tsc --watch",
25
+ "smithery": "npx @smithery/cli dev",
26
+ "inspector": "npx @modelcontextprotocol/inspector build/index.js",
27
"lint": "eslint . --ext .ts",
28
"prettier:check": "prettier --check .",
29
"prettier:fix": "prettier --write .",
0 commit comments