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.
- Added
port parameter to @Mcp annotation for HTTP transport configuration
- Added
address parameter to @Mcp annotation for HTTP bind address configuration
- Updated documentation with HTTP transport configuration examples
- Fixed dangling library doc comment to improve pana score
- Added funding link to pubspec.yaml
- Added support section to README.md
- Fixed lint issues (unnecessary library name, camel case types)
- Updated test imports to use package: prefix
- Added analysis_options.yaml package
- Initial release of mcp_annotations package
- @mcp annotation with transport parameter (stdio/http)
- @tool annotation with description, icons, and deprecated execution parameters
- McpTransport enum for specifying server transport type