fastmcp/tests/deprecated
claude[bot] b2fbe1a1bb Enhance debug settings with dual-purpose flag and granular control
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>
2026-01-18 15:58:21 +00:00
..
openapi Move OpenAPI to providers/openapi submodule (#2672) 2025-12-22 11:13:33 -05:00
server Add VisibilityFilter for hierarchical enable/disable (#2708) 2025-12-24 14:43:41 -05:00
__init__.py Simplify .key as computed property (#2648) 2025-12-18 14:48:47 -05:00
conftest.py Simplify .key as computed property (#2648) 2025-12-18 14:48:47 -05:00
test_add_tool_transformation.py Add transform system for modifying components in provider chains (#2836) 2026-01-12 22:11:16 -05:00
test_deprecated.py 2.14 deprecation removals (#2329) 2025-12-01 14:11:00 -05:00
test_exclude_args.py Consolidate get_* and _list_* methods into single API (#2719) 2025-12-24 22:26:52 -05:00
test_function_component_imports.py Decorators return functions instead of component objects (#2856) 2026-01-12 21:58:07 -05:00
test_import_server.py Decorators return functions instead of component objects (#2856) 2026-01-12 21:58:07 -05:00
test_openapi_deprecations.py Move OpenAPI to providers/openapi submodule (#2672) 2025-12-22 11:13:33 -05:00
test_settings.py Enhance debug settings with dual-purpose flag and granular control 2026-01-18 15:58:21 +00:00
test_tool_serializer.py Deprecate tool_serializer parameter (#2753) 2025-12-26 16:03:04 -05:00