v0.9.0
Milestone 1 release: a minimal, read-only MCP server for SQL Server metadata.
Six tools: list_servers, list_databases, list_tables, get_table_definition, list_stored_procedures, and get_stored_procedure. Arbitrary SQL execution is intentionally deferred to Milestone 2.
Install and run directly from this tag:
uvx --from git+https://github.com/proprock/sql-mini-mcp@v0.9.0 sql-mini-mcp
See README.md for configuration and usage.