@debugg-ai/debugg-ai-mcp 3.5.1 → 3.5.2

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.
@@ -233,6 +233,7 @@ async function testPageChangesHandlerInner(input, context, rawProgressCallback)
233
233
  if (projectUuid) {
234
234
  contextData.projectId = projectUuid;
235
235
  }
236
+ contextData.headless = true; // D7: the MCP always runs headless — no opt-out.
236
237
  // --- Build env (credentials/environment) ---
237
238
  const env = {};
238
239
  if (input.environmentId)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@debugg-ai/debugg-ai-mcp",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "description": "Zero-Config, Fully AI-Managed End-to-End Testing for all code gen platforms.",
5
5
  "type": "module",
6
6
  "bin": {