LICENSE
README.md
pyproject.toml
jmd_mcp_sql/__init__.py
jmd_mcp_sql/_context.py
jmd_mcp_sql/_data_ops.py
jmd_mcp_sql/_ddl.py
jmd_mcp_sql/_debug.py
jmd_mcp_sql/_filters.py
jmd_mcp_sql/_query_ops.py
jmd_mcp_sql/_query_parser.py
jmd_mcp_sql/_schema_ops.py
jmd_mcp_sql/_sql.py
jmd_mcp_sql/config.py
jmd_mcp_sql/northwind.sql
jmd_mcp_sql/schema.py
jmd_mcp_sql/server.py
jmd_mcp_sql/translator.py
jmd_mcp_sql.egg-info/PKG-INFO
jmd_mcp_sql.egg-info/SOURCES.txt
jmd_mcp_sql.egg-info/dependency_links.txt
jmd_mcp_sql.egg-info/entry_points.txt
jmd_mcp_sql.egg-info/requires.txt
jmd_mcp_sql.egg-info/top_level.txt
tests/test_open.py
tests/test_schema_ddl.py
tests/test_schema_indexes.py
tests/test_schema_rebuild.py
tests/test_schema_triggers.py
tests/test_schema_views.py
tests/test_schema_virtual.py
tests/test_translator.py