diff --git a/cli/package.json b/cli/package.json index 921d55e65..ce521bee0 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/inspector-cli", - "version": "0.18.0", + "version": "0.19.0", "description": "CLI for the Model Context Protocol inspector", "license": "SEE LICENSE IN LICENSE", "author": "Model Context Protocol a Series of LF Projects, LLC.", diff --git a/client/package.json b/client/package.json index a1294649b..1feec2122 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/inspector-client", - "version": "0.18.0", + "version": "0.19.0", "description": "Client-side application for the Model Context Protocol inspector", "license": "SEE LICENSE IN LICENSE", "author": "Model Context Protocol a Series of LF Projects, LLC.", diff --git a/package-lock.json b/package-lock.json index 20179c716..0055b4334 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,22 +1,22 @@ { "name": "@modelcontextprotocol/inspector", - "version": "0.18.0", + "version": "0.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@modelcontextprotocol/inspector", - "version": "0.18.0", - "license": "MIT", + "version": "0.19.0", + "license": "SEE LICENSE IN LICENSE", "workspaces": [ "client", "server", "cli" ], "dependencies": { - "@modelcontextprotocol/inspector-cli": "^0.18.0", - "@modelcontextprotocol/inspector-client": "^0.18.0", - "@modelcontextprotocol/inspector-server": "^0.18.0", + "@modelcontextprotocol/inspector-cli": "^0.19.0", + "@modelcontextprotocol/inspector-client": "^0.19.0", + "@modelcontextprotocol/inspector-server": "^0.19.0", "@modelcontextprotocol/sdk": "^1.25.2", "concurrently": "^9.2.0", "node-fetch": "^3.3.2", @@ -48,8 +48,8 @@ }, "cli": { "name": "@modelcontextprotocol/inspector-cli", - "version": "0.18.0", - "license": "MIT", + "version": "0.19.0", + "license": "SEE LICENSE IN LICENSE", "dependencies": { "@modelcontextprotocol/sdk": "^1.25.2", "commander": "^13.1.0", @@ -112,8 +112,8 @@ }, "client": { "name": "@modelcontextprotocol/inspector-client", - "version": "0.18.0", - "license": "MIT", + "version": "0.19.0", + "license": "SEE LICENSE IN LICENSE", "dependencies": { "@modelcontextprotocol/sdk": "^1.25.2", "@radix-ui/react-checkbox": "^1.1.4", @@ -13601,8 +13601,8 @@ }, "server": { "name": "@modelcontextprotocol/inspector-server", - "version": "0.18.0", - "license": "MIT", + "version": "0.19.0", + "license": "SEE LICENSE IN LICENSE", "dependencies": { "@modelcontextprotocol/sdk": "^1.25.2", "cors": "^2.8.5", diff --git a/package.json b/package.json index c63bcc5da..a2d523075 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/inspector", - "version": "0.18.0", + "version": "0.19.0", "description": "Model Context Protocol inspector", "license": "SEE LICENSE IN LICENSE", "author": "Model Context Protocol a Series of LF Projects, LLC.", @@ -47,9 +47,9 @@ "check-version": "node scripts/check-version-consistency.js" }, "dependencies": { - "@modelcontextprotocol/inspector-cli": "^0.18.0", - "@modelcontextprotocol/inspector-client": "^0.18.0", - "@modelcontextprotocol/inspector-server": "^0.18.0", + "@modelcontextprotocol/inspector-cli": "^0.19.0", + "@modelcontextprotocol/inspector-client": "^0.19.0", + "@modelcontextprotocol/inspector-server": "^0.19.0", "@modelcontextprotocol/sdk": "^1.25.2", "concurrently": "^9.2.0", "node-fetch": "^3.3.2", diff --git a/server/package.json b/server/package.json index 6ae955ef4..622b889d3 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/inspector-server", - "version": "0.18.0", + "version": "0.19.0", "description": "Server-side application for the Model Context Protocol inspector", "license": "SEE LICENSE IN LICENSE", "author": "Model Context Protocol a Series of LF Projects, LLC.",