Skip to main content
Version: Next

mcp_communication_protocol

File: plugins/communication_protocols/mcp/src/utcp_mcp/mcp_communication_protocol.py

class McpCommunicationProtocol (CommunicationProtocol)

No class documentation available

Methods:

async register_manual(self, caller: 'UtcpClient', manual_call_template: CallTemplate) -> RegisterManualResult

No method documentation available

async call_tool(self, caller: 'UtcpClient', tool_name: str, tool_args: Dict[str, Any], tool_call_template: CallTemplate) -> Any

No method documentation available

async call_tool_streaming(self, caller: 'UtcpClient', tool_name: str, tool_args: Dict[str, Any], tool_call_template: CallTemplate) -> AsyncGenerator[Any, None]

No method documentation available