class documentation
class TemporalMcpToolSet(BaseToolset): (source)
Constructor: TemporalMcpToolSet(name, config, factory_argument)
Temporal-aware MCP toolset implementation.
Warning
This class is experimental and may change in future versions. Use with caution in production environments.
Executes MCP tools as Temporal activities, providing proper isolation and execution guarantees within workflows.
| Method | __init__ |
Initializes the Temporal MCP toolset. |
| Async Method | get |
Retrieves available tools from the MCP toolset. |
| Instance Variable | _config |
Undocumented |
| Instance Variable | _factory |
Undocumented |
| Instance Variable | _name |
Undocumented |