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.exceptions

Custom exceptions for FastMCP.

Classes

FastMCPDeprecationWarning

Deprecation warning for FastMCP APIs. Subclass of DeprecationWarning so that standard warning filters still apply, but FastMCP can selectively enable its own warnings without affecting other libraries in the process.

FastMCPError

Base error for FastMCP.

ValidationError

Error in validating parameters or return values.

ResourceError

Error in resource operations.

ToolError

Error in tool operations.

PromptError

Error in prompt operations.

InvalidSignature

Invalid signature for use with FastMCP.

ClientError

Error in client operations.

NotFoundError

Object not found.

DisabledError

Object is disabled.

AuthorizationError

Error when authorization check fails.