Skip to content
This repository was archived by the owner on Jan 31, 2026. It is now read-only.

Commit 75ad3c5

Browse files
committed
feat: add mcp inspector
Signed-off-by: Igor Sachivka <juicy.igor@gmail.com>
1 parent 1e3a432 commit 75ad3c5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"test:e2e": "jest --config ./test/jest-e2e.json",
2121
"prepare": "husky install",
2222
"type-check": "tsc --noEmit",
23-
"check": "npm run type-check && npm run lint"
23+
"check": "npm run type-check && npm run lint",
24+
"inspector": "npx @modelcontextprotocol/inspector@0.13.0"
2425
},
2526
"dependencies": {
2627
"@modelcontextprotocol/sdk": "^1.10.1",

0 commit comments

Comments
 (0)