How to write and run black-box end-to-end (e2e) tests for the EDT-MCP server. Covers the architecture (shared harness + one file per tool + orchestrator), the git-fixture isolation protocol, happy-path AND negative coverage, error-quality assertions, and the anti-cheat rules. An agent that has never seen this project should be able to write a correct, non-cheating test after reading this.
$npx -y skills add ditrixnew/edt-mcp --skill e2eInstalls into the current project.
Run `npx skills use "https://github.com/ditrixnew/edt-mcp" --skill "ditrixnew/edt-mcp/e2e"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ditrixnew/edt-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/ditrixnew/edt-mcp"` and select the relevant skills, then follow their instructions.