Description
I find Claude frequently wastes time and tokens on testing because (according to Claude) the MCP very_good test tool only returns pass/fail — no per-test output. And it is trying to get more information on why it failed. So it then tries a shell very_good test and gets blocked. Then it tries a shell flutter/dart test and gets blocked. It then finally creates a workaround by issuing something like "command flutter test ..." or "dart run test ...".
Requirements
Unless I (or Claude) is misunderstanding something, I think we need more details on test failures, maybe enabled with a parameter (with instructions for Claude to use).
Additional Context
No response
Description
I find Claude frequently wastes time and tokens on testing because (according to Claude) the MCP very_good test tool only returns pass/fail — no per-test output. And it is trying to get more information on why it failed. So it then tries a shell very_good test and gets blocked. Then it tries a shell flutter/dart test and gets blocked. It then finally creates a workaround by issuing something like "command flutter test ..." or "dart run test ...".
Requirements
Unless I (or Claude) is misunderstanding something, I think we need more details on test failures, maybe enabled with a parameter (with instructions for Claude to use).
Additional Context
No response