test: add quarantine QA testing suite with test MCP servers#337
Merged
test: add quarantine QA testing suite with test MCP servers#337
Conversation
Design for end-to-end testing of MCPProxy's quarantine UX across CLI, REST API, MCP protocol, and Web UI. Includes two test MCP servers (malicious + rug-pull echo), automated test script, and Chrome walkthrough plan. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Semi-automated test plan covering two test MCP servers, 14 test scenarios across CLI/REST/MCP, Chrome UX walkthrough, and HTML report generation. Addresses reviewer feedback: HTTP status codes, UX evaluation checklist, GIF embedding workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add README documenting the two test MCP servers (malicious TPA vectors and rug-pull simulator) and the 16-scenario quarantine test script. Update test config to enable socket and pre-quarantine servers. Include generated HTML test report and Chrome UX walkthrough GIF. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Deploying mcpproxy-docs with
|
| Latest commit: |
9cb93a3
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://85ec7d3f.mcpproxy-docs.pages.dev |
| Branch Preview URL: | https://quarantine-qa-testing.mcpproxy-docs.pages.dev |
📦 Build ArtifactsWorkflow Run: View Run Available Artifacts
How to DownloadOption 1: GitHub Web UI (easiest)
Option 2: GitHub CLI gh run download 22944571077 --repo smart-mcp-proxy/mcpproxy-go
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tests/malicious-mcp-server/- 3 tools with intentionally malicious TPA descriptions (data exfil, SSH key theft, prompt injection)tests/echo-rugpull-server/- 2 tools that mutate descriptions after calls (rug pull simulation vianotifications/tools/list_changed)tests/quarantine-test-config.jsonfor MCPProxy quarantine test setuptests/test-quarantine.sh- automated 16-scenario test script covering CLI, REST API, and MCP protocoltests/README.mddocumenting test servers and reuse instructionsdocs/qa/quarantine-test-report-2026-03-11.html- self-contained HTML report (16/16 pass, dark mode, search/filter, collapsible raw output)docs/qa/quarantine-ux-walkthrough.gif- 30-frame Chrome UX walkthrough recordingTest Scenarios (16/16 passing)
UX Findings
Test plan
bash tests/test-quarantine.sh— 16/16 passingcd tests/malicious-mcp-server && npm install🤖 Generated with Claude Code