Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@modelcontextprotocol/inspector

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modelcontextprotocol/inspector - npm Package Compare versions

Comparing version
0.1.3
to
0.1.4
+2
-2
bin/cli.js

@@ -10,3 +10,3 @@ #!/usr/bin/env node

// Get command line arguments
const [, , environment, ...mcpServerArgs] = process.argv;
const [, , command, ...mcpServerArgs] = process.argv;

@@ -23,3 +23,3 @@ const inspectorServerPath = join(__dirname, "../server/build/index.js");

{
command: `node ${inspectorServerPath}${environment ? ` --env ${environment}` : ""}${mcpServerArgs.length ? ` --args "${mcpServerArgs.join(" ")}"` : ""}`,
command: `node ${inspectorServerPath}${command ? ` --env ${command}` : ""}${mcpServerArgs.length ? ` --args "${mcpServerArgs.join(" ")}"` : ""}`,
name: "server",

@@ -26,0 +26,0 @@ },

{
"name": "@modelcontextprotocol/inspector",
"version": "0.1.3",
"version": "0.1.4",
"description": "Model Context Protocol inspector",

@@ -35,23 +35,5 @@ "license": "MIT",

"dependencies": {
"@modelcontextprotocol/sdk": "0.5.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.447.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-toastify": "^10.0.6",
"serve-handler": "^6.1.6",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"concurrently": "^9.0.1",
"cors": "^2.8.5",
"eventsource": "^2.0.2",
"express": "^4.21.0",
"ws": "^8.18.0",
"zod": "^3.23.8"
"@modelcontextprotocol/inspector-client": "0.1.0",
"@modelcontextprotocol/inspector-server": "0.1.0",
"concurrently": "^9.0.1"
},

@@ -58,0 +40,0 @@ "devDependencies": {