Skip to content

Commit 9b4898b

Browse files
cliffhallshivdeepak
authored andcommitted
Bump inspector, cli, client, server to 0.10.1
1 parent b397125 commit 9b4898b

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector-cli",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "CLI for the Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector-client",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Client-side application for the Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

package-lock.json

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

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",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -38,9 +38,9 @@
3838
"publish-all": "npm publish --workspaces --access public && npm publish --access public"
3939
},
4040
"dependencies": {
41-
"@modelcontextprotocol/inspector-cli": "^0.10.0",
42-
"@modelcontextprotocol/inspector-client": "^0.10.0",
43-
"@modelcontextprotocol/inspector-server": "^0.10.0",
41+
"@modelcontextprotocol/inspector-cli": "^0.10.1",
42+
"@modelcontextprotocol/inspector-client": "^0.10.1",
43+
"@modelcontextprotocol/inspector-server": "^0.10.1",
4444
"@modelcontextprotocol/sdk": "^1.10.0",
4545
"concurrently": "^9.0.1",
4646
"shell-quote": "^1.8.2",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector-server",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Server-side application for the Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

0 commit comments

Comments
 (0)