.gitignore
LICENSE
README.md
implementation_guide.md
pyproject.toml
.github/BRANCH_PROTECTION_GUIDE.md
.github/CODEOWNERS
.github/DEPLOYMENT.md
.github/workflows/publish.yml
.github/workflows/test-publish.yml
.github/workflows/test.yml
src/redshift_comment_mcp/__init__.py
src/redshift_comment_mcp/_version.py
src/redshift_comment_mcp/connection.py
src/redshift_comment_mcp/redshift_tools.py
src/redshift_comment_mcp/server.py
src/redshift_comment_mcp.egg-info/PKG-INFO
src/redshift_comment_mcp.egg-info/SOURCES.txt
src/redshift_comment_mcp.egg-info/dependency_links.txt
src/redshift_comment_mcp.egg-info/entry_points.txt
src/redshift_comment_mcp.egg-info/requires.txt
src/redshift_comment_mcp.egg-info/top_level.txt
tests/__init__.py
tests/test_connection.py
tests/test_tools.py