mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-28 02:10:38 +02:00
Add starlette_debug setting for Starlette-specific debug control and enhance the debug flag to set both log level and Starlette debug mode. - Add starlette_debug setting for granular control over Starlette debug mode - Update debug flag to set log_level=DEBUG and enable Starlette debug - Update HTTP app creators to accept both debug and starlette_debug parameters - Document both settings in server.mdx with clear usage guidelines - Add comprehensive tests for new settings behavior - Update existing test to reflect new debug behavior Co-authored-by: Bill Easton <strawgate@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| openapi | ||
| server | ||
| __init__.py | ||
| conftest.py | ||
| test_add_tool_transformation.py | ||
| test_deprecated.py | ||
| test_exclude_args.py | ||
| test_function_component_imports.py | ||
| test_import_server.py | ||
| test_openapi_deprecations.py | ||
| test_settings.py | ||
| test_tool_serializer.py | ||