Skip to content

Commit c031831

Browse files
authored
Merge pull request #213 from olaservo/release/0.7.0
Bump version to 0.7.0
2 parents 731cee8 + 16b3807 commit c031831

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

client/package.json

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

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -34,8 +34,8 @@
3434
"publish-all": "npm publish --workspaces --access public && npm publish --access public"
3535
},
3636
"dependencies": {
37-
"@modelcontextprotocol/inspector-client": "^0.6.0",
38-
"@modelcontextprotocol/inspector-server": "^0.6.0",
37+
"@modelcontextprotocol/inspector-client": "^0.7.0",
38+
"@modelcontextprotocol/inspector-server": "^0.7.0",
3939
"concurrently": "^9.0.1",
4040
"shell-quote": "^1.8.2",
4141
"spawn-rx": "^5.1.2",

server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector-server",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
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)