diff --git a/package.json b/package.json index 323c470..7e3ab50 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ }, "scripts": { "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": { "@modelcontextprotocol/sdk": "^1.15.1",