Files
inspector/package.json
Ashwin Bhat 252070daf1 init
2024-10-07 13:36:46 -07:00

12 lines
313 B
JSON

{
"name": "mcp-inspector",
"version": "0.0.1",
"type": "module",
"scripts": {
"update:mcp": "git subtree pull --prefix=packages/mcp-typescript https://github.com/modelcontextprotocol/typescript-sdk.git main --squash"
},
"dependencies": {
"mcp-typescript": "file:packages/mcp-typescript"
}
}