@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)
|