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.statestate_lock state_lock(directory: Path) -> Iterator[None]
read_state read_state(path: Path, model: type[ModelT]) -> ModelT | None
write_state write_state(path: Path, data: dict[str, Any]) -> None
remove_state remove_state(path: Path) -> None
StateFileError 