Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Sep 17:17
· 58 commits to master since this release
b33026d

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@v1.1.0 sql-mini-mcp

See README.md for configuration and usage.