Skip to content

Commit c22a7ad

Browse files
authored
Merge branch 'main' into main
2 parents b1cbb0e + 99dbd9d commit c22a7ad

File tree

6 files changed

+17
-15
lines changed

6 files changed

+17
-15
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
# - run: npm ci
5555
- run: npm install --no-package-lock
5656

57+
- run: npm run build
58+
5759
# TODO: Add --provenance once the repo is public
5860
- run: npm run publish-all
5961
env:

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.10.0",
3+
"version": "0.10.2",
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.10.0",
3+
"version": "0.10.2",
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.10.0",
3+
"version": "0.10.2",
44
"description": "Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -38,9 +38,9 @@
3838
"publish-all": "npm publish --workspaces --access public && npm publish --access public"
3939
},
4040
"dependencies": {
41-
"@modelcontextprotocol/inspector-cli": "^0.10.0",
42-
"@modelcontextprotocol/inspector-client": "^0.10.0",
43-
"@modelcontextprotocol/inspector-server": "^0.10.0",
41+
"@modelcontextprotocol/inspector-cli": "^0.10.2",
42+
"@modelcontextprotocol/inspector-client": "^0.10.2",
43+
"@modelcontextprotocol/inspector-server": "^0.10.2",
4444
"@modelcontextprotocol/sdk": "^1.10.0",
4545
"concurrently": "^9.0.1",
4646
"shell-quote": "^1.8.2",

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.10.0",
3+
"version": "0.10.2",
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)