Skip to content

Commit b966ca6

Browse files
committed
chore: Add scripts to start stdio and http transports
1 parent a39df44 commit b966ca6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"type": "module",
1818
"scripts": {
19-
"start": "node dist/index.js --transport stdio --loggers stderr mcp",
19+
"start": "node dist/index.js --transport http --loggers stderr mcp",
20+
"start:stdio": "node dist/index.js --transport stdio --loggers stderr mcp",
2021
"prepare": "npm run build",
2122
"build:clean": "rm -rf dist",
2223
"build:compile": "tsc --project tsconfig.build.json",

0 commit comments

Comments
 (0)