Add startmcp script to package.json for MCP configuration
This commit is contained in:
parent
291af234c7
commit
6f43b0d851
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user