🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@debugbundle/mcp

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@debugbundle/mcp - npm Package Compare versions

Comparing version
0.1.9
to
0.1.10
+39
server.json
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.debugbundle/mcp",
"title": "DebugBundle",
"description": "Investigate DebugBundle incidents, bundles, reproductions, probes, alerts, webhooks, projects, members, billing, GitHub automation, and local setup from MCP clients.",
"repository": {
"url": "https://github.com/debugbundle/debugbundle",
"source": "github",
"subfolder": "apps/mcp"
},
"version": "0.1.10",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@debugbundle/mcp",
"version": "0.1.10",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "DEBUGBUNDLE_MEMBER_TOKEN",
"description": "Optional DebugBundle member token used by hosted API and MCP management tools when CLI auth state is unavailable.",
"format": "string",
"isRequired": false,
"isSecret": true
},
{
"name": "DEBUGBUNDLE_API_URL",
"description": "Optional DebugBundle API base URL for self-hosted, staging, or other non-default API environments.",
"format": "string",
"isRequired": false,
"isSecret": false
}
]
}
]
}
+3
-2
{
"name": "@debugbundle/mcp",
"version": "0.1.9",
"mcpName": "com.debugbundle/mcp",
"version": "0.1.10",
"private": false,

@@ -29,3 +30,3 @@ "description": "Model Context Protocol server for DebugBundle",

},
"files": ["bin", "dist", "README.md", "LICENSE"],
"files": ["bin", "dist", "README.md", "LICENSE", "server.json"],
"dependencies": {

@@ -32,0 +33,0 @@ "@node-rs/argon2": "^2.0.2"

+1
-1

@@ -39,3 +39,3 @@ # @debugbundle/mcp

Local use reuses CLI auth state from `~/.debugbundle/auth.json` when available. Headless clients can pass `bearerToken` in tool arguments.
Local use reuses CLI auth state from `~/.debugbundle/auth.json` when available. Headless or marketplace-managed clients can set `DEBUGBUNDLE_MEMBER_TOKEN` in the MCP server environment. Individual tool calls can still pass `bearerToken` explicitly when needed.

@@ -42,0 +42,0 @@ ## License

Sorry, the diff of this file is too big to display