mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
feat: add ask262-inspector script to package.json for HTTP transport inspection.
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
"test-mcp-server": "bun run src/test/manual/test-mcp-server.ts",
|
"test-mcp-server": "bun run src/test/manual/test-mcp-server.ts",
|
||||||
"ask262-stdio": "bun run src/mcp-server-stdio.ts",
|
"ask262-stdio": "bun run src/mcp-server-stdio.ts",
|
||||||
"ask262-http": "bun run src/mcp-server-http.ts",
|
"ask262-http": "bun run src/mcp-server-http.ts",
|
||||||
|
"ask262-inspector": "bunx @modelcontextprotocol/inspector --transport http --server-url http://localhost:$(bun -e 'console.log(process.env.ASK262_PORT || \"8081\")')/mcp",
|
||||||
"test": "bun test",
|
"test": "bun test",
|
||||||
"prepublish": "npm run type-check && npm run lint && npm pack --dry-run",
|
"prepublish": "npm run type-check && npm run lint && npm pack --dry-run",
|
||||||
"release": "bash scripts/release.sh --patch"
|
"release": "bash scripts/release.sh --patch"
|
||||||
|
|||||||
Reference in New Issue
Block a user