Use proper isinstance(Enum) check instead of hasattr bbf015c Jeremiah Lowin Claude commited on Jun 26, 2025
Fix parameter location enum handling in OpenAPI parser d33e60d Jeremiah Lowin Claude commited on Jun 26, 2025
Fix duplicate error logging in exception handlers 7d648cc Jeremiah Lowin Claude commited on Jun 25, 2025
Merge pull request #922 from jlowin/docstring b9cfb9a unverified Jeremiah Lowin commited on Jun 23, 2025
Add production-ready middleware examples with comprehensive tests 5800457 Jeremiah Lowin Claude commited on Jun 23, 2025
Merge pull request #910 from jlowin/feature/client-side-prompt-argument-serialization 3892c4b unverified Jeremiah Lowin commited on Jun 22, 2025
Update src/fastmcp/client/client.py 497cc75 unverified Jeremiah Lowin Copilot commited on Jun 22, 2025
Merge pull request #906 from Jason-CKY/feat/custom-auth-mcpconfig 7ead95b unverified Jeremiah Lowin commited on Jun 22, 2025
Implement client-side argument serialization with focused tests da5f976 Jeremiah Lowin Claude commited on Jun 22, 2025
Add automatic JSON schema descriptions for non-string prompt arguments 65ead06 Jeremiah Lowin Claude commited on Jun 22, 2025
Fix prompt argument type annotation to support mixed typing f574078 Jeremiah Lowin Claude commited on Jun 22, 2025
custom auth configuration for remote mcp server with mcp config class 0a40701 jahhs0n commited on Jun 22, 2025
Fix event loop conflict in inspect CLI command 162c9ed Jeremiah Lowin Claude commited on Jun 22, 2025
Use dataclasses.asdict() for better maintainability 6d63e16 Jeremiah Lowin Claude commited on Jun 21, 2025
Add fastmcp inspect command with detailed server analysis 923cf05 Jeremiah Lowin Claude commited on Jun 21, 2025
Merge pull request #897 from owtaylor/openapi-recursive-components 9221532 unverified Jeremiah Lowin commited on Jun 20, 2025
openapi: Rewrite recursive #/components/schemas/ references d958edd owtaylor commited on Jun 20, 2025
Fix StreamableHTTP redirect issue for MCP spec compliance bf9967e Jeremiah Lowin Claude commited on Jun 20, 2025
Fix BearerAuthProvider audience type annotations to support List[str] ca53851 Jeremiah Lowin Claude commited on Jun 20, 2025
Use specific ValidationError instead of broad Exception catch 1839cc8 Jeremiah Lowin Claude commited on Jun 20, 2025
Fix JWT issuer validation to support string values per RFC 7519 b163829 Jeremiah Lowin Claude commited on Jun 20, 2025
Merge branch 'main' into dev-20250619-173841 81da84f unverified Jeremiah Lowin commited on Jun 19, 2025
Add session_id property to Context for session-based data sharing 45ae1c7 Jeremiah Lowin Claude commited on Jun 19, 2025