tavily_fastmcp._typing

Local typing helpers for third-party MCP objects.

Attributes

_F

Classes

ToolRegistrar

Minimal typed surface for FastMCP-compatible tool registration.

Module Contents

tavily_fastmcp._typing._F[source]
class tavily_fastmcp._typing.ToolRegistrar[source]

Bases: Protocol

Minimal typed surface for FastMCP-compatible tool registration.

tool(**metadata: Any) collections.abc.Callable[[_F], _F][source]

Return a decorator that registers a tool handler.