fn validate_readonly_query(sql: &str) -> Result<(), McpRequestError>Expand description
Validates query is a single SELECT, SHOW, or EXPLAIN statement.
fn validate_readonly_query(sql: &str) -> Result<(), McpRequestError>Validates query is a single SELECT, SHOW, or EXPLAIN statement.