@debugg-ai/debugg-ai-mcp 1.0.9 → 1.0.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.
Files changed (2) hide show
  1. package/dist/index.js +7 -7
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -152,13 +152,13 @@ server.setRequestHandler(CallToolRequestSchema, async (req) => {
152
152
  text: JSON.stringify({ testOutcome, testDetails }, null, 2),
153
153
  }
154
154
  ];
155
- if (base64) {
156
- responseContent.push({
157
- type: "image",
158
- data: base64,
159
- mimeType: "image/jpg",
160
- });
161
- }
155
+ // if (base64) {
156
+ // responseContent.push({
157
+ // type: "image",
158
+ // data: base64,
159
+ // mimeType: "image/jpg",
160
+ // })
161
+ // }
162
162
  return {
163
163
  content: responseContent,
164
164
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@debugg-ai/debugg-ai-mcp",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "MCP Server for debugg ai web browsing",
5
5
  "type": "module",
6
6
  "bin": {