send method
Send a message through the transport
Implementation
@override
void send(dynamic message) =>
throw McpError('STDIO transport: $_unsupported');
Send a message through the transport
@override
void send(dynamic message) =>
throw McpError('STDIO transport: $_unsupported');