fastmcp_generator 0.1.13
fastmcp_generator: ^0.1.13 copied to clipboard
Code generator for the fastmcp framework. Annotate functions to automatically create MCP tools, resources, and prompts.
0.1.13 #
- version bump to 0.1.13
0.1.12 #
- version bump to 0.1.12
0.1.11 #
- version bump to 0.1.11
0.1.10 #
- version bump to 0.1.10
0.1.8 #
- version bump to 0.1.8
0.1.7 #
- version bump to 0.1.7
0.1.6 #
- version bump to 0.1.6
0.1.5 #
- version bump to 0.1.5
0.1.4 #
- version bump to 0.1.4
0.1.3 #
- version bump to 0.1.3
0.1.2 #
- version bump to 0.1.2
0.1.1 #
- No change in FastMCP Generator
0.1.0 #
- Initial Release
- Declarative Code Generation: Implements the core build runner logic to generate MCP server handlers from Dart annotations.
- Tool Support (
@Tool): Automatically createstools/callhandlers with schema inference, type-safe argument parsing, and smart result wrapping. - Resource Support (
@Resource): Generates handlers forresources/readand supports declarative caching via thecacheDurationproperty. - Prompt Support (
@Prompt): Createsprompts/gethandlers and automatically generates the prompt's argument schema from function parameters. - Context Injection: Enables advanced tool functionality by automatically injecting an
McpContextobject for progress reporting and cancellation. - Metadata Support: Correctly parses doc comments and the
@Paramannotation for descriptions, and supports ametaproperty on annotations for custom protocol metadata.