@debugbundle/mcp 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/main.cjs +2150 -131
- package/package.json +5 -4
- package/server.json +39 -0
package/README.md
CHANGED
|
@@ -17,6 +17,8 @@ npm install -g @debugbundle/mcp
|
|
|
17
17
|
debugbundle-mcp
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
+
Supported Node.js versions: 22.x through 26.x.
|
|
21
|
+
|
|
20
22
|
## MCP Client Configuration
|
|
21
23
|
|
|
22
24
|
```json
|
|
@@ -34,7 +36,7 @@ The server uses stdio transport and exposes the same DebugBundle incident, incid
|
|
|
34
36
|
|
|
35
37
|
## Authentication
|
|
36
38
|
|
|
37
|
-
Local use reuses CLI auth state from `~/.debugbundle/auth.json` when available. Headless clients can
|
|
39
|
+
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.
|
|
38
40
|
|
|
39
41
|
## License
|
|
40
42
|
|