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.credentialsresolve_credential resolve_credential(store: CredentialStore) -> ResolvedCredential
revoke_and_clear_credential revoke_and_clear_credential(client: HorizonClient, store: CredentialStore) -> None
AuthenticationRequiredError AuthState require_nonempty_api_key require_nonempty_api_key(cls, value: SecretStr) -> SecretStr
ResolvedCredential CredentialStore load load(self) -> SecretStr | None
save save(self, api_key: SecretStr | str) -> None
save_for_origin save_for_origin(self, api_key: SecretStr | str) -> None
clear_if_matches clear_if_matches(self, api_key: SecretStr | str) -> None
clear clear(self) -> None
