diff --git a/.github/workflows/nightly-mcp-stress-test.lock.yml b/.github/workflows/nightly-mcp-stress-test.lock.yml index 0c3bb8b2..b967ffd3 100644 --- a/.github/workflows/nightly-mcp-stress-test.lock.yml +++ b/.github/workflows/nightly-mcp-stress-test.lock.yml @@ -21,7 +21,7 @@ # # Load 20 MCP servers, discover and summarize the tools exported by each server, test tool invocations, and post a comprehensive report as a GitHub issue # -# frontmatter-hash: a7e674ab406e676d6cf5834db6c4aa1f2001269ef3ee6de2239da1310c58d81e +# frontmatter-hash: 511dec6161a8c92570255da7e7bd1453e3d47fe8a74b28e5395b0a86599ace73 name: "Nightly MCP Server Stress Test" "on": @@ -534,7 +534,7 @@ jobs: "*" ], "env": { - "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD": "false" + "DOCKER_CONTAINER": "true" } }, "safeoutputs": { diff --git a/.github/workflows/nightly-mcp-stress-test.md b/.github/workflows/nightly-mcp-stress-test.md index 09e334ed..73fdbc26 100644 --- a/.github/workflows/nightly-mcp-stress-test.md +++ b/.github/workflows/nightly-mcp-stress-test.md @@ -54,9 +54,8 @@ mcp-servers: puppeteer: type: stdio container: "mcp/puppeteer" - user: "pptruser" env: - PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "false" + DOCKER_CONTAINER: "true" slack: type: stdio container: "mcp/slack"