File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @modelcontextprotocol/inspector-client" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.6.0 " ,
4
4
"description" : " Client-side application for the Model Context Protocol inspector" ,
5
5
"license" : " MIT" ,
6
6
"author" : " Anthropic, PBC (https://anthropic.com)" ,
64
64
"typescript-eslint" : " ^8.7.0" ,
65
65
"vite" : " ^5.4.8"
66
66
}
67
- }
67
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @modelcontextprotocol/inspector" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.6.0 " ,
4
4
"description" : " Model Context Protocol inspector" ,
5
5
"license" : " MIT" ,
6
6
"author" : " Anthropic, PBC (https://anthropic.com)" ,
34
34
"publish-all" : " npm publish --workspaces --access public && npm publish --access public"
35
35
},
36
36
"dependencies" : {
37
- "@modelcontextprotocol/inspector-client" : " ^0.5.1 " ,
38
- "@modelcontextprotocol/inspector-server" : " ^0.5.1 " ,
37
+ "@modelcontextprotocol/inspector-client" : " ^0.6.0 " ,
38
+ "@modelcontextprotocol/inspector-server" : " ^0.6.0 " ,
39
39
"concurrently" : " ^9.0.1" ,
40
40
"shell-quote" : " ^1.8.2" ,
41
41
"spawn-rx" : " ^5.1.2" ,
46
46
"@types/shell-quote" : " ^1.7.5" ,
47
47
"prettier" : " 3.3.3"
48
48
}
49
- }
49
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @modelcontextprotocol/inspector-server" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.6.0 " ,
4
4
"description" : " Server-side application for the Model Context Protocol inspector" ,
5
5
"license" : " MIT" ,
6
6
"author" : " Anthropic, PBC (https://anthropic.com)" ,
33
33
"ws" : " ^8.18.0" ,
34
34
"zod" : " ^3.23.8"
35
35
}
36
- }
36
+ }
You can’t perform that action at this time.
0 commit comments