deploy
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
FastMCP 4 beta is here — get the latest MCP protocol. See what's new.
fastmcp.cli.deploy.horizon_clientnormalize_api_origin normalize_api_origin(value: str) -> str
HorizonError HorizonUnavailableError HorizonUnauthorizedError HorizonResponseError DeviceAuthorization DeviceAccessToken require_nonempty_access_token require_nonempty_access_token(cls, value: SecretStr) -> SecretStr
HorizonUser HorizonOrganization DeviceMetadata DeviceTokenPoll HorizonClient aclose aclose(self) -> None
create_device_authorization create_device_authorization(self, metadata: DeviceMetadata | None = None) -> DeviceAuthorization
exchange_device_authorization exchange_device_authorization(self, device_code: str) -> DeviceTokenPoll
get_current_user get_current_user(self) -> HorizonUser
list_organizations list_organizations(self) -> tuple[HorizonOrganization, ...]
revoke_current_api_key revoke_current_api_key(self) -> None
