class documentation

Provider for creating Temporal-aware MCP toolsets.

Warning

This class is experimental and may change in future versions. Use with caution in production environments.

Manages the creation of toolset activities and handles tool execution within Temporal workflows.

Method __init__ Initializes the toolset provider.
Method _get_activities Undocumented
Instance Variable _name Undocumented
Instance Variable _toolset_factory Undocumented
def __init__(self, name: str, toolset_factory: Callable[[(Any | None)], McpToolset]): (source)

Initializes the toolset provider.

Parameters
name:strName prefix for the generated activities.
toolset_factory:Callable[[(Any | None)], McpToolset]Factory function that creates McpToolset instances.
def _get_activities(self) -> Sequence[Callable]: (source)

Undocumented

Undocumented

_toolset_factory = (source)

Undocumented