Skip to content

Commit 779ca20

Browse files
Merge branch 'main' into progress_flow_support
2 parents f716132 + 4053aa1 commit 779ca20

File tree

5 files changed

+38
-24
lines changed

5 files changed

+38
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The MCP inspector is a developer tool for testing and debugging MCP servers.
44

5-
![MCP Inspector Screenshot](mcp-inspector.png)
5+
![MCP Inspector Screenshot](https://raw.githubusercontent.com/modelcontextprotocol/inspector/main/mcp-inspector.png)
66

77
## Running the Inspector
88

client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector-client",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Client-side application for the Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -23,7 +23,7 @@
2323
"test:watch": "jest --config jest.config.cjs --watch"
2424
},
2525
"dependencies": {
26-
"@modelcontextprotocol/sdk": "^1.8.0",
26+
"@modelcontextprotocol/sdk": "^1.9.0",
2727
"@radix-ui/react-checkbox": "^1.1.4",
2828
"@radix-ui/react-dialog": "^1.1.3",
2929
"@radix-ui/react-icons": "^1.3.0",
@@ -32,9 +32,8 @@
3232
"@radix-ui/react-select": "^2.1.2",
3333
"@radix-ui/react-slot": "^1.1.0",
3434
"@radix-ui/react-tabs": "^1.1.1",
35-
"@radix-ui/react-tooltip": "^1.1.8",
3635
"@radix-ui/react-toast": "^1.2.6",
37-
"@types/prismjs": "^1.26.5",
36+
"@radix-ui/react-tooltip": "^1.1.8",
3837
"class-variance-authority": "^0.7.0",
3938
"clsx": "^2.1.1",
4039
"cmdk": "^1.0.4",
@@ -55,6 +54,7 @@
5554
"@testing-library/react": "^16.2.0",
5655
"@types/jest": "^29.5.14",
5756
"@types/node": "^22.7.5",
57+
"@types/prismjs": "^1.26.5",
5858
"@types/react": "^18.3.10",
5959
"@types/react-dom": "^18.3.0",
6060
"@types/serve-handler": "^6.1.4",

package-lock.json

Lines changed: 28 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -36,8 +36,8 @@
3636
"publish-all": "npm publish --workspaces --access public && npm publish --access public"
3737
},
3838
"dependencies": {
39-
"@modelcontextprotocol/inspector-client": "^0.8.1",
40-
"@modelcontextprotocol/inspector-server": "^0.8.1",
39+
"@modelcontextprotocol/inspector-client": "^0.8.2",
40+
"@modelcontextprotocol/inspector-server": "^0.8.2",
4141
"concurrently": "^9.0.1",
4242
"shell-quote": "^1.8.2",
4343
"spawn-rx": "^5.1.2",

server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector-server",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Server-side application for the Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -27,7 +27,7 @@
2727
"typescript": "^5.6.2"
2828
},
2929
"dependencies": {
30-
"@modelcontextprotocol/sdk": "^1.8.0",
30+
"@modelcontextprotocol/sdk": "^1.9.0",
3131
"cors": "^2.8.5",
3232
"express": "^4.21.0",
3333
"ws": "^8.18.0",

0 commit comments

Comments
 (0)