Add startmcp script to package.json for MCP configuration

This commit is contained in:
cesarmendivil 2026-02-26 21:42:43 -07:00
parent 291af234c7
commit 6f43b0d851

View File

@ -20,7 +20,8 @@
}, },
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"start": "node dist/index.js" "start": "node dist/index.js",
"startmcp": "node dist/index.js --config config.json --outputTransport streamableHttp --baseUrl http://0.0.0.0:3006 --host 0.0.0.0 --streamableHttpPath /mcp"
}, },
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "^1.15.1", "@modelcontextprotocol/sdk": "^1.15.1",