Skip to content

Commit 5011436

Browse files
authored
Merge pull request #730 from cliffhall/bump-to-version-0.16.5
bump version to 0.16.5
2 parents e2fe3da + 2f93d70 commit 5011436

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
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.16.4",
3+
"version": "0.16.5",
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.16.4",
3+
"version": "0.16.5",
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: 11 additions & 11 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.16.4",
3+
"version": "0.16.5",
44
"description": "Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -47,9 +47,9 @@
4747
"check-version": "node scripts/check-version-consistency.js"
4848
},
4949
"dependencies": {
50-
"@modelcontextprotocol/inspector-cli": "^0.16.4",
51-
"@modelcontextprotocol/inspector-client": "^0.16.4",
52-
"@modelcontextprotocol/inspector-server": "^0.16.4",
50+
"@modelcontextprotocol/inspector-cli": "^0.16.5",
51+
"@modelcontextprotocol/inspector-client": "^0.16.5",
52+
"@modelcontextprotocol/inspector-server": "^0.16.5",
5353
"@modelcontextprotocol/sdk": "^1.17.3",
5454
"concurrently": "^9.2.0",
5555
"open": "^10.2.0",

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.16.4",
3+
"version": "0.16.5",
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)