-
Notifications
You must be signed in to change notification settings - Fork 85
Description
TDD Guard successfully blocks Write, Edit, MultiEdit, TodoWrite but fails to stop MCP tools even when configured in hooks. I am absolutely loving the tool, but would also love to see if this could be fixed somehow. Using the Filesystem MCP has been night and day for efficiency for me, but to give those up would be a bummer.
MCP filesystem tools (mcp__filesystem__write_file, mcp__filesystem__edit_file) completely bypass TDD Guard enforcement, allowing implementation code to be written without failing tests first, violating core TDD principles.
I had CC test creating the writing the exact same code into a file and editing it the same way for each test. This significantly impacts TDD Guard's effectiveness in modern CC environments where MCP tools are used pretty often for file operations.