Skip to content

Commit 4303167

Browse files
committed
Add MCP inspector scripts for debugging and testing
1 parent 1c8d8e7 commit 4303167

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"test:coverage": "vitest run --coverage",
1515
"format": "prettier --write .",
1616
"format:check": "prettier --check .",
17-
"format:src": "prettier --write src/"
17+
"format:src": "prettier --write src/",
18+
"inspector": "npx @modelcontextprotocol/inspector",
19+
"inspector:test": "npx @modelcontextprotocol/inspector node src/index.js",
20+
"inspector:cli": "npx @modelcontextprotocol/inspector --cli node src/index.js"
1821
},
1922
"dependencies": {
2023
"@modelcontextprotocol/sdk": "^1.17.2",

0 commit comments

Comments
 (0)