Skip to content

Commit bdab26d

Browse files
authored
Merge pull request modelcontextprotocol#260 from cliffhall/bump-to-version-0.8.1
Bump version to 0.8.1
2 parents 06fcc74 + 0f075af commit bdab26d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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.8.0",
3+
"version": "0.8.1",
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.6.1",
26+
"@modelcontextprotocol/sdk": "^1.8.0",
2727
"@radix-ui/react-checkbox": "^1.1.4",
2828
"@radix-ui/react-dialog": "^1.1.3",
2929
"@radix-ui/react-icons": "^1.3.0",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -36,8 +36,8 @@
3636
"publish-all": "npm publish --workspaces --access public && npm publish --access public"
3737
},
3838
"dependencies": {
39-
"@modelcontextprotocol/inspector-client": "^0.8.0",
40-
"@modelcontextprotocol/inspector-server": "^0.8.0",
39+
"@modelcontextprotocol/inspector-client": "^0.8.1",
40+
"@modelcontextprotocol/inspector-server": "^0.8.1",
4141
"concurrently": "^9.0.1",
4242
"shell-quote": "^1.8.2",
4343
"spawn-rx": "^5.1.2",

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.8.0",
3+
"version": "0.8.1",
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.6.1",
30+
"@modelcontextprotocol/sdk": "^1.8.0",
3131
"cors": "^2.8.5",
3232
"express": "^4.21.0",
3333
"ws": "^8.18.0",

0 commit comments

Comments
 (0)