Skip to main content

Interface: TemporalMCPToolsetOptions

googleAdkAgentsWorkflow.TemporalMCPToolsetOptions

Properties

activity

Optional activity: ActivityOptions

Per-call Activity configuration (timeouts, retry, task queue).


connectionParams

Optional connectionParams: MCPConnectionParams

Connection params used only when getTools() runs outside a Workflow (direct ADK use / tests), to construct a real MCPToolset.


name

name: string

Name selecting the worker-registered factory in GoogleAdkPluginOptions.mcpToolsets. Also names the pair of Activities (<name>-listTools, <name>-callTool).


prefix

Optional prefix: string

Prefix applied to advertised tool names (mirrors ADK MCPToolset).


toolFilter

Optional toolFilter: string[]

Restrict the advertised tools to these (post-prefix) names. ADK's other toolFilter form, a ToolPredicate, is not supported.