fastmcp/tests/server/middleware
Jeremiah Lowin 6d033eeaf1 Add production-ready middleware examples with comprehensive tests
Implements timing, logging, rate limiting, and error handling middleware to showcase
FastMCP's middleware capabilities as a headline feature. Each middleware includes:

- Production-ready implementations with full configurability
- Comprehensive unit and integration tests with real FastMCP servers
- Updated documentation with teaching examples and production usage patterns

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-22 21:57:49 -04:00
..
__init__.py Add single-component methods 2025-06-18 19:47:19 -04:00
test_error_handling.py Add production-ready middleware examples with comprehensive tests 2025-06-22 21:57:49 -04:00
test_logging.py Add production-ready middleware examples with comprehensive tests 2025-06-22 21:57:49 -04:00
test_middleware.py Minor updates 2025-06-19 15:28:55 -04:00
test_rate_limiting.py Add production-ready middleware examples with comprehensive tests 2025-06-22 21:57:49 -04:00
test_timing.py Add production-ready middleware examples with comprehensive tests 2025-06-22 21:57:49 -04:00