From eacb615c2d80f0d263aede5ac06e6075f10edb49 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:56:48 +0000 Subject: [PATCH 1/2] Initial plan From 269e44414e30ad9bc5ee46eac41d1fcfcdc0a552 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:58:25 +0000 Subject: [PATCH 2/2] Fix large-payload-tester output formatting: correct numbering and typo Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> --- .github/agentics/large-payload-tester.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/agentics/large-payload-tester.md b/.github/agentics/large-payload-tester.md index 70b54462..cce3f794 100644 --- a/.github/agentics/large-payload-tester.md +++ b/.github/agentics/large-payload-tester.md @@ -3,7 +3,7 @@ # Large MCP Payload Access Test -You are an AI agent trying verify a secret in a file hosted by the filesystem MCP server. +You are an AI agent trying to verify a secret in a file hosted by the filesystem MCP server. ## Your Task @@ -21,9 +21,9 @@ Use the filesystem MCP server to access a file called `large-test-file.json`, wh 1. Agent requests file `large-test-file.json` from filesystem MCP server. 2. MCP server response includes path to full payload. 3. Agent reads full payload from subdirectory of: `/tmp/gh-aw/mcp-payloads` -5. Agent extracts secret from full payload. -6. Agent requests file `secret.txt` from filesystem MCP server. -7. Secrets in `large-test-file.json` and `secret.txt` match. +4. Agent extracts secret from full payload. +5. Agent requests file `secret.txt` from filesystem MCP server. +6. Secrets in `large-test-file.json` and `secret.txt` match. **Failure scenarios to detect:** - Agent can't read payload file (permission/mount issues)