McpClient.callTool
- CallToolResult callTool(string name, Json arguments, RequestOptions opts)
- CallToolResult callTool(string name, T args, RequestOptions opts)
- CallToolResult callTool(string name, Json arguments, void delegate(ProgressNotification) @(safe) onProgress)
- CallToolResult callTool(string name, T args, void delegate(ProgressNotification) @(safe) onProgress)
- CallToolResult callTool(Tool tool, Json arguments, RequestOptions opts)
mcp client client McpClient
constructorsfunctionsstatic functionsvariables
Convenience overload for the dominant single-callback case: route this call's progress to onProgress (a unique token is minted) without padding the leading RequestOptions fields.