Skip to content

Commit ca913eb

Browse files
committed
Bump to 0.16.4
1 parent 62926b6 commit ca913eb

File tree

6 files changed

+32
-15
lines changed

6 files changed

+32
-15
lines changed

.claude/settings.local.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(gh pr view:*)",
5+
"Bash(gh pr diff:*)",
6+
"Bash(gh pr checks:*)",
7+
"Bash(gh api:*)",
8+
"Bash(npm run build-client:*)",
9+
"Bash(gh issue view:*)",
10+
"Bash(npm run build-server:*)",
11+
"Bash(npm run lint)",
12+
"Bash(npm run prettier-fix:*)",
13+
"Bash(npm run build:*)"
14+
],
15+
"deny": []
16+
}
17+
}

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.3",
3+
"version": "0.16.4",
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.3",
3+
"version": "0.16.4",
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.16.3",
3+
"version": "0.16.4",
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.3",
51-
"@modelcontextprotocol/inspector-client": "^0.16.3",
52-
"@modelcontextprotocol/inspector-server": "^0.16.3",
50+
"@modelcontextprotocol/inspector-cli": "^0.16.4",
51+
"@modelcontextprotocol/inspector-client": "^0.16.4",
52+
"@modelcontextprotocol/inspector-server": "^0.16.4",
5353
"@modelcontextprotocol/sdk": "^1.17.0",
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.3",
3+
"version": "0.16.4",
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)