fastmcp 0.1.13
fastmcp: ^0.1.13 copied to clipboard
A fast, declarative, and type-safe server framework for the Model Context Protocol (MCP)
0.1.13 #
- version bump to 0.1.13
0.1.12 #
- Added SSE connection cleanup
0.1.11 #
- Added extraHandlers support to HTTP Transport
0.1.10 #
- Added OAuth Resource Metadata support
- Added support for OAuth Resource Metadata in HTTP Transport
- Added Tool securitySchemes support
0.1.9 #
- version bump to 0.1.9
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 #
- 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.