@debugbundle/mcp 1.6.3 → 1.7.0
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/dist/main.cjs +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
package/dist/main.cjs
CHANGED
|
@@ -33735,7 +33735,7 @@ var zodToJsonSchema = (schema, options) => {
|
|
|
33735
33735
|
var package_default = {
|
|
33736
33736
|
name: "@debugbundle/mcp",
|
|
33737
33737
|
mcpName: "com.debugbundle/mcp",
|
|
33738
|
-
version: "1.
|
|
33738
|
+
version: "1.7.0",
|
|
33739
33739
|
private: false,
|
|
33740
33740
|
description: "MCP server for runtime error reporting, incident response, health checks, debug bundles, and product analytics",
|
|
33741
33741
|
license: "AGPL-3.0-only",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@debugbundle/mcp",
|
|
3
3
|
"mcpName": "com.debugbundle/mcp",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.7.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "MCP server for runtime error reporting, incident response, health checks, debug bundles, and product analytics",
|
|
7
7
|
"license": "AGPL-3.0-only",
|
package/server.json
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"source": "github",
|
|
9
9
|
"subfolder": "apps/mcp"
|
|
10
10
|
},
|
|
11
|
-
"version": "1.
|
|
11
|
+
"version": "1.7.0",
|
|
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.7.0",
|
|
18
18
|
"transport": {
|
|
19
19
|
"type": "stdio"
|
|
20
20
|
},
|