LICENSE
README.md
pyproject.toml
sql_query_mcp/__init__.py
sql_query_mcp/__main__.py
sql_query_mcp/app.py
sql_query_mcp/async_queries.py
sql_query_mcp/audit.py
sql_query_mcp/config.py
sql_query_mcp/errors.py
sql_query_mcp/executor.py
sql_query_mcp/importer.py
sql_query_mcp/introspection.py
sql_query_mcp/namespace.py
sql_query_mcp/registry.py
sql_query_mcp/release_metadata.py
sql_query_mcp/validator.py
sql_query_mcp.egg-info/PKG-INFO
sql_query_mcp.egg-info/SOURCES.txt
sql_query_mcp.egg-info/dependency_links.txt
sql_query_mcp.egg-info/entry_points.txt
sql_query_mcp.egg-info/requires.txt
sql_query_mcp.egg-info/top_level.txt
sql_query_mcp/adapters/__init__.py
sql_query_mcp/adapters/hive.py
sql_query_mcp/adapters/mysql.py
sql_query_mcp/adapters/postgres.py
tests/test_app.py
tests/test_async_queries.py
tests/test_audit.py
tests/test_config.py
tests/test_executor.py
tests/test_importer.py
tests/test_metadata.py
tests/test_namespace.py
tests/test_registry.py
tests/test_release_metadata.py
tests/test_validator.py