@debugbundle/mcp 0.1.10 → 1.0.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 CHANGED
@@ -27759,7 +27759,7 @@ var zodToJsonSchema = (schema, options) => {
27759
27759
  var package_default = {
27760
27760
  name: "@debugbundle/mcp",
27761
27761
  mcpName: "com.debugbundle/mcp",
27762
- version: "0.1.10",
27762
+ version: "1.0.0",
27763
27763
  private: false,
27764
27764
  description: "Model Context Protocol server for DebugBundle",
27765
27765
  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": "0.1.10",
4
+ "version": "1.0.0",
5
5
  "private": false,
6
6
  "description": "Model Context Protocol server for DebugBundle",
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": "0.1.10",
11
+ "version": "1.0.0",
12
12
  "packages": [
13
13
  {
14
14
  "registryType": "npm",
15
15
  "registryBaseUrl": "https://registry.npmjs.org",
16
16
  "identifier": "@debugbundle/mcp",
17
- "version": "0.1.10",
17
+ "version": "1.0.0",
18
18
  "transport": {
19
19
  "type": "stdio"
20
20
  },