File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ .DS_Store
2
+ node_modules
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " mcp-inspector" ,
3
+ "version" : " 0.0.1" ,
4
+ "type" : " module" ,
5
+ "scripts" : {
6
+ "update:mcp" : " git subtree pull --prefix=packages/mcp-typescript https://github.com/modelcontextprotocol/typescript-sdk.git main --squash"
7
+ },
8
+ "dependencies" : {
9
+ "mcp-typescript" : " file:packages/mcp-typescript"
10
+ }
11
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " mcp-inspector" ,
3
+ "version" : " 0.0.1" ,
4
+ "main" : " build/index.js" ,
5
+ "type" : " module" ,
6
+ "scripts" : {
7
+ "build" : " tsc" ,
8
+ "start" : " node build/index.js" ,
9
+ "dev" : " tsx watch --clear-screen=false src/index.ts" ,
10
+ "update:mcp" : " git subtree pull --prefix=packages/mcp-typescript https://github.com/modelcontextprotocol/typescript-sdk.git main --squash"
11
+ },
12
+ "devDependencies" : {
13
+ "@types/eventsource" : " ^1.1.15" ,
14
+ "@types/express" : " ^4.17.21" ,
15
+ "eventsource" : " ^2.0.2" ,
16
+ "tsx" : " ^4.19.0" ,
17
+ "typescript" : " ^5.6.2"
18
+ },
19
+ "dependencies" : {
20
+ "express" : " ^4.20.0" ,
21
+ "mcp-typescript" : " file:packages/mcp-typescript"
22
+ }
23
+ }
You can’t perform that action at this time.
0 commit comments