@modelcontextprotocol/inspector
Advanced tools
+2
-2
@@ -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 @@ }, |
+4
-22
| { | ||
| "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": { |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
3
-85.71%431234
-0.12%+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed