From 6f43b0d851eeb2b8b7ea3c083543adfc3797d06a Mon Sep 17 00:00:00 2001 From: cesarmendivil Date: Thu, 26 Feb 2026 21:42:43 -0700 Subject: [PATCH] Add startmcp script to package.json for MCP configuration --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",