fastmcp 0.1.7
fastmcp: ^0.1.7 copied to clipboard
A fast, declarative, and type-safe server framework for the Model Context Protocol (MCP)
0.1.7 #
- version bump to 0.1.7
0.1.6 #
- version bump to 0.1.6
0.1.5 #
- Added CORS support & corrected HTTP Transport layer
0.1.4 #
- Added _meta field in ResourceContent
0.1.3 #
- Added _meta field in CallToolResult
0.1.2 #
- version bump from 0.1.1 -> 0.1.2
0.1.1 #
- meta package constrains lowered
- ping method added
0.1.0 #
- Initial release of the
fastmcpframework. - Declarative API for creating MCP Tools, Resources, and Prompts via annotations.
- Built-in code generation to reduce boilerplate.
- Support for context injection, progress reporting, and cancellation.
- Includes
StdioTransportand a production-readyHttpTransport.