Skip to content

Commit 1b06e50

Browse files
committed
use published versions of subpackages
1 parent 83abe4e commit 1b06e50

File tree

4 files changed

+11
-50
lines changed

4 files changed

+11
-50
lines changed

client/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector-client",
3-
"version": "0.1.0",
4-
"private": true,
3+
"version": "0.1.5",
54
"description": "Client-side application for the Model Context Protocol inspector",
65
"license": "MIT",
76
"author": "Anthropic, PBC (https://anthropic.com)",

package-lock.json

Lines changed: 5 additions & 24 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 & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector",
3-
"version": "0.1.3",
3+
"version": "0.1.5",
44
"description": "Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -32,27 +32,9 @@
3232
"prettier-fix": "prettier --write ."
3333
},
3434
"dependencies": {
35-
"@modelcontextprotocol/sdk": "0.5.0",
36-
"@radix-ui/react-icons": "^1.3.0",
37-
"@radix-ui/react-label": "^2.1.0",
38-
"@radix-ui/react-select": "^2.1.2",
39-
"@radix-ui/react-slot": "^1.1.0",
40-
"@radix-ui/react-tabs": "^1.1.1",
41-
"class-variance-authority": "^0.7.0",
42-
"clsx": "^2.1.1",
43-
"lucide-react": "^0.447.0",
44-
"react": "^18.3.1",
45-
"react-dom": "^18.3.1",
46-
"react-toastify": "^10.0.6",
47-
"serve-handler": "^6.1.6",
48-
"tailwind-merge": "^2.5.3",
49-
"tailwindcss-animate": "^1.0.7",
50-
"concurrently": "^9.0.1",
51-
"cors": "^2.8.5",
52-
"eventsource": "^2.0.2",
53-
"express": "^4.21.0",
54-
"ws": "^8.18.0",
55-
"zod": "^3.23.8"
35+
"@modelcontextprotocol/inspector-client": "0.1.0",
36+
"@modelcontextprotocol/inspector-server": "0.1.0",
37+
"concurrently": "^9.0.1"
5638
},
5739
"devDependencies": {
5840
"prettier": "3.3.3",

server/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector-server",
3-
"version": "0.1.0",
4-
"private": true,
3+
"version": "0.1.5",
54
"description": "Server-side application for the Model Context Protocol inspector",
65
"license": "MIT",
76
"author": "Anthropic, PBC (https://anthropic.com)",

0 commit comments

Comments
 (0)