Skip to main content

Documentation Index

Fetch the complete documentation index at: https://gofastmcp.com/llms.txt

Use this file to discover all available pages before exploring further.

fastmcp.settings

Classes

DocketSettings

Docket worker configuration.

Settings

FastMCP settings. Methods:

get_setting

get_setting(self, attr: str) -> Any
Get a setting. If the setting contains one or more __, it will be treated as a nested setting.

set_setting

set_setting(self, attr: str, value: Any) -> None
Set a setting. If the setting contains one or more __, it will be treated as a nested setting.

normalize_log_level

normalize_log_level(cls, v)