Skip to content

Commit 448910d

Browse files
committed
Make nested packages private, just install root package
1 parent 3a9b08b commit 448910d

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

client/package.json

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

package-lock.json

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -12,6 +12,7 @@
1212
},
1313
"files": [
1414
"bin",
15+
"client/bin",
1516
"client/dist",
1617
"server/build"
1718
],

server/package.json

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

0 commit comments

Comments
 (0)