Skip to content

Commit 2df51c5

Browse files
fix: update dev script to watch for changes in index.ts (#289)
* fix: update dev script to watch for changes in index.ts * Create early-spiders-camp.md * Remove CLAUDE.md from gitignore --------- Co-authored-by: carson <104383295+codebycarson@users.noreply.github.com>
1 parent dc92512 commit 2df51c5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/early-spiders-camp.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sei-js/mcp-server": patch
3+
---
4+
5+
fix: update dev script to watch for changes in index.ts. useful during the development and debugging process.

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"start:http": "node dist/esm/index.js --streamable-http",
1919
"start:http-sse": "node dist/esm/index.js --http-sse",
2020
"inspect": "npx -y @modelcontextprotocol/inspector",
21-
"dev": "tsx src/index.ts",
21+
"dev": "tsx watch src/index.ts",
2222
"test": "jest"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)