Skip to content

Commit 786af9b

Browse files
committed
Updated package versions to 20, added web package to version check
1 parent 7375299 commit 786af9b

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

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.18.0",
3+
"version": "0.20.0",
44
"description": "CLI for the Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

scripts/check-version-consistency.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ if (!fs.existsSync(lockPath)) {
137137
{ path: "server", name: "@modelcontextprotocol/inspector-server" },
138138
{ path: "cli", name: "@modelcontextprotocol/inspector-cli" },
139139
{ path: "tui", name: "@modelcontextprotocol/inspector-tui" },
140+
{ path: "web", name: "@modelcontextprotocol/inspector-web" },
140141
];
141142

142143
workspacePackages.forEach(({ path, name }) => {

tui/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-tui",
3-
"version": "0.18.0",
3+
"version": "0.20.0",
44
"description": "Terminal User Interface (TUI) for the Model Context Protocol inspector",
55
"license": "MIT",
66
"author": {

web/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-web",
3-
"version": "0.18.0",
3+
"version": "0.20.0",
44
"description": "Web application for the Model Context Protocol inspector",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

0 commit comments

Comments
 (0)