pub fn create_error_response( error_message: &str, error_code: Option<&str>, ) -> CallToolResult
Create an error response with dual format
error_message
error_code
A CallToolResult error with both text and structured formats