Skip to content

Commit

Permalink
feat: Add start and start:sse scripts to package.json on everything s…
Browse files Browse the repository at this point in the history
…erver
  • Loading branch information
apappascs committed Dec 22, 2024
1 parent 0e7d79c commit f2a8028
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/everything/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch"
"watch": "tsc --watch",
"start": "node dist/index.js",
"start:sse": "node dist/sse.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.0.1",
Expand Down

0 comments on commit f2a8028

Please sign in to comment.