easy_mcp_annotations 0.2.2
easy_mcp_annotations: ^0.2.2 copied to clipboard
Dart annotations for exposing library methods as MCP tools.
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.
[Unreleased] #
0.2.1 - 2026-04-14 #
Fixed #
- Updated repository and homepage URLs to point to package-specific directories
0.2.0 - 2026-04-14 #
Added #
- Added
@Parameterannotation for rich parameter metadata- Support for
title,description,examplefields - Support for validation constraints:
minimum,maximum,pattern,enumValues - Support for
sensitiveflag to mark sensitive data
- Support for
- Updated documentation with
@Parameterusage examples - Clarified that
@Parameterannotation is optional