Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.1.0] - 2024-03-21
Added
- Initial release of BrowserMCP wrapper
- Basic browser automation functionality
- Navigation (navigate_to, go_back, go_forward)
- Element interaction (click, hover, type, select_option)
- Element properties (text, value, attributes, state)
- Page state management
- Screenshot and console log capture
- JavaScript evaluation
- Robust error handling with automatic retries
- Comprehensive configuration options
- Integration tests
- Documentation