testwire_mcp 0.2.1
testwire_mcp: ^0.2.1 copied to clipboard
MCP server for AI agent control of Flutter integration tests via testwire.
0.2.1 #
- FIX: update cross-dependency constraints to ^0.2.0.
- FEAT(mcp): add pause_after parameter to run_remaining.
- FEAT(mcp): embed screenshot in get_test_state and require disconnect.
- FEAT: add TEAR_DOWN_AFTER_STEPS flag and update tool descriptions.
0.1.8 #
- FEAT(mcp): add keep-alive docs to tool descriptions and run MCP from source.
0.1.7 #
- Bump "testwire_mcp" to
0.1.7.
0.1.6 #
0.1.5 #
- REFACTOR: remove device control tools and add docs assets.
- FIX: dart format.
0.1.4 #
- DOCS: improve READMEs for pub.dev and GitHub discoverability.
0.1.3 #
- Bump "testwire_mcp" to
0.1.3.
0.1.0 #
- Initial release.
- MCP server exposing tools:
connect,disconnect,step_forward,run_remaining,retry_step,get_test_state,hot_reload_testwire_test,hot_restart_testwire_test,screenshot. - VM service connector for communicating with the Flutter test process.
- Copilot-compatible stdio transport.