File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @modelcontextprotocol/inspector-client" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"description" : " Client-side application for the Model Context Protocol inspector" ,
5
5
"license" : " MIT" ,
6
6
"author" : " Anthropic, PBC (https://anthropic.com)" ,
23
23
"test:watch" : " jest --config jest.config.cjs --watch"
24
24
},
25
25
"dependencies" : {
26
- "@modelcontextprotocol/sdk" : " ^1.6.1 " ,
26
+ "@modelcontextprotocol/sdk" : " ^1.8.0 " ,
27
27
"@radix-ui/react-checkbox" : " ^1.1.4" ,
28
28
"@radix-ui/react-dialog" : " ^1.1.3" ,
29
29
"@radix-ui/react-icons" : " ^1.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @modelcontextprotocol/inspector" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"description" : " Model Context Protocol inspector" ,
5
5
"license" : " MIT" ,
6
6
"author" : " Anthropic, PBC (https://anthropic.com)" ,
36
36
"publish-all" : " npm publish --workspaces --access public && npm publish --access public"
37
37
},
38
38
"dependencies" : {
39
- "@modelcontextprotocol/inspector-client" : " ^0.8.0 " ,
40
- "@modelcontextprotocol/inspector-server" : " ^0.8.0 " ,
39
+ "@modelcontextprotocol/inspector-client" : " ^0.8.1 " ,
40
+ "@modelcontextprotocol/inspector-server" : " ^0.8.1 " ,
41
41
"concurrently" : " ^9.0.1" ,
42
42
"shell-quote" : " ^1.8.2" ,
43
43
"spawn-rx" : " ^5.1.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @modelcontextprotocol/inspector-server" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"description" : " Server-side application for the Model Context Protocol inspector" ,
5
5
"license" : " MIT" ,
6
6
"author" : " Anthropic, PBC (https://anthropic.com)" ,
27
27
"typescript" : " ^5.6.2"
28
28
},
29
29
"dependencies" : {
30
- "@modelcontextprotocol/sdk" : " ^1.6.1 " ,
30
+ "@modelcontextprotocol/sdk" : " ^1.8.0 " ,
31
31
"cors" : " ^2.8.5" ,
32
32
"express" : " ^4.21.0" ,
33
33
"ws" : " ^8.18.0" ,
You can’t perform that action at this time.
0 commit comments