Merge pull request #397 from apappascs/feat/add-start-scripts-everything-server

feat: Add start and start:sse scripts to package.json on everything server
This commit is contained in:
Jerome
2025-02-02 08:54:37 +13:00
committed by GitHub

View File

@@ -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",