01Strict guardrails against harmful SQL commands, multi-statements, and comments
02Automated schema discovery with heuristic tagging for tables and columns (`discover_schema`)
03Automatic `TOP 5000` injection and 15-second query timeout for result control and performance
040 GitHub stars
05Safe execution of single `SELECT` statements, preventing DDL/DML operations (`run_sql_safe`)
06Secure MSSQL database connection and health check (`connect_db`)