mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 21:14:17 +02:00
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> |
||
|---|---|---|
| .. | ||
| http | ||
| middleware | ||
| openapi | ||
| __init__.py | ||
| test_app_state.py | ||
| test_auth_integration.py | ||
| test_context.py | ||
| test_file_server.py | ||
| test_import_server.py | ||
| test_logging.py | ||
| test_mount.py | ||
| test_proxy.py | ||
| test_resource_prefix_formats.py | ||
| test_run_server.py | ||
| test_server.py | ||
| test_server_interactions.py | ||
| test_tool_annotations.py | ||
| test_tool_exclude_args.py | ||