Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 497a286

Browse files
committed
Add watch script
1 parent 8daf0c4 commit 497a286

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
],
1717
"scripts": {
1818
"build": "tsc && shx chmod +x build/index.js",
19-
"prepare": "npm run build"
19+
"prepare": "npm run build",
20+
"watch": "tsc --watch"
2021
},
2122
"dependencies": {
2223
"@modelcontextprotocol/sdk": "0.6.0",

0 commit comments

Comments
 (0)