@debugbundle/mcp 1.6.1 → 1.6.3
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 +46 -1
- package/dist/main.cjs +5009 -1628
- package/package.json +9 -2
- package/server.json +3 -3
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@debugbundle/mcp",
|
|
3
3
|
"mcpName": "com.debugbundle/mcp",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.3",
|
|
5
5
|
"private": false,
|
|
6
|
-
"description": "MCP server for
|
|
6
|
+
"description": "MCP server for runtime error reporting, incident response, health checks, debug bundles, and product analytics",
|
|
7
7
|
"license": "AGPL-3.0-only",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
@@ -18,12 +18,19 @@
|
|
|
18
18
|
"debugbundle",
|
|
19
19
|
"debugging",
|
|
20
20
|
"production-debugging",
|
|
21
|
+
"error-reporting",
|
|
22
|
+
"crash-reporting",
|
|
23
|
+
"runtime-errors",
|
|
24
|
+
"production-monitoring",
|
|
21
25
|
"incident-management",
|
|
26
|
+
"incident-response",
|
|
22
27
|
"debug-bundles",
|
|
28
|
+
"health-checks",
|
|
23
29
|
"ai-agent",
|
|
24
30
|
"ai-agent-debugging",
|
|
25
31
|
"mcp",
|
|
26
32
|
"model-context-protocol",
|
|
33
|
+
"product-analytics",
|
|
27
34
|
"observability"
|
|
28
35
|
],
|
|
29
36
|
"engines": {
|
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": "DebugBundle MCP
|
|
5
|
+
"description": "DebugBundle MCP: runtime error reporting, incident response, health checks, and product analytics.",
|
|
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.6.
|
|
11
|
+
"version": "1.6.3",
|
|
12
12
|
"packages": [
|
|
13
13
|
{
|
|
14
14
|
"registryType": "npm",
|
|
15
15
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
16
16
|
"identifier": "@debugbundle/mcp",
|
|
17
|
-
"version": "1.6.
|
|
17
|
+
"version": "1.6.3",
|
|
18
18
|
"transport": {
|
|
19
19
|
"type": "stdio"
|
|
20
20
|
},
|