@debugbundle/mcp 1.4.0 → 1.5.1
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 +1 -1
- package/dist/main.cjs +1274 -147
- package/package.json +1 -1
- package/server.json +3 -3
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
3
|
"name": "com.debugbundle/mcp",
|
|
4
4
|
"title": "DebugBundle",
|
|
5
|
-
"description": "Investigate DebugBundle incidents, bundles, reproductions, probes, alerts, webhooks, projects, members, billing, GitHub automation, and local setup from MCP clients.",
|
|
5
|
+
"description": "Investigate DebugBundle incidents, bundles, reproductions, hosted health checks, probes, alerts, webhooks, projects, members, billing, GitHub automation, and local setup from MCP clients.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"url": "https://github.com/debugbundle/debugbundle",
|
|
8
8
|
"source": "github",
|
|
9
9
|
"subfolder": "apps/mcp"
|
|
10
10
|
},
|
|
11
|
-
"version": "1.
|
|
11
|
+
"version": "1.5.1",
|
|
12
12
|
"packages": [
|
|
13
13
|
{
|
|
14
14
|
"registryType": "npm",
|
|
15
15
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
16
16
|
"identifier": "@debugbundle/mcp",
|
|
17
|
-
"version": "1.
|
|
17
|
+
"version": "1.5.1",
|
|
18
18
|
"transport": {
|
|
19
19
|
"type": "stdio"
|
|
20
20
|
},
|