Skip to content

Commit 798bc1b

Browse files
authored
Merge pull request #489 from cliffhall/bump-version-0.14.0
Bump Inspector to 0.14.0
2 parents 4bffa62 + 8ef91e3 commit 798bc1b

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

cli/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-cli",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "CLI for the Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {},
2323
"dependencies": {
24-
"@modelcontextprotocol/sdk": "^1.11.5",
24+
"@modelcontextprotocol/sdk": "^1.12.1",
2525
"commander": "^13.1.0",
2626
"spawn-rx": "^5.1.2"
2727
}

client/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-client",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
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.11.5",
26+
"@modelcontextprotocol/sdk": "^1.12.1",
2727
"@radix-ui/react-checkbox": "^1.1.4",
2828
"ajv": "^6.12.6",
2929
"@radix-ui/react-dialog": "^1.1.3",

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.13.0",
3+
"version": "0.14.0",
44
"description": "Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -41,9 +41,9 @@
4141
"publish-all": "npm publish --workspaces --access public && npm publish --access public"
4242
},
4343
"dependencies": {
44-
"@modelcontextprotocol/inspector-cli": "^0.13.0",
45-
"@modelcontextprotocol/inspector-client": "^0.13.0",
46-
"@modelcontextprotocol/inspector-server": "^0.13.0",
44+
"@modelcontextprotocol/inspector-cli": "^0.14.0",
45+
"@modelcontextprotocol/inspector-client": "^0.14.0",
46+
"@modelcontextprotocol/inspector-server": "^0.14.0",
4747
"@modelcontextprotocol/sdk": "^1.12.1",
4848
"concurrently": "^9.0.1",
4949
"open": "^10.1.0",

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.13.0",
3+
"version": "0.14.0",
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.11.5",
30+
"@modelcontextprotocol/sdk": "^1.12.1",
3131
"cors": "^2.8.5",
3232
"express": "^5.1.0",
3333
"ws": "^8.18.0",

0 commit comments

Comments
 (0)