mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
fix(mcp): update inspect script to run index.ts
Added bun index.ts argument to mcp-inspector command
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"typecheck": "tsgo --noEmit",
|
||||
"build": "bun build --target=node --outfile=index.js --minify-syntax ./index.ts",
|
||||
"start": "bun run index.ts",
|
||||
"inspect": "DANGEROUSLY_OMIT_AUTH=true bun x mcp-inspector"
|
||||
"inspect": "DANGEROUSLY_OMIT_AUTH=true bun x mcp-inspector bun index.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@modelcontextprotocol/inspector": "^0.16.1",
|
||||
|
||||
Reference in New Issue
Block a user