Thanks for contributing to sql-query-mcp. We welcome bug fixes,
documentation improvements, and other focused contributions.
Follow these project expectations before you open a pull request:
- Read the Git workflow guide for the authoritative Git workflow.
- Open an issue first for larger changes so you can align on scope and approach.
- Keep your change focused on one logical update.
- Update docs and examples when behavior changes.
- Run relevant tests locally:
PYTHONPATH=. python3 -m unittest discover -s testsOpen an issue for bug reports, enhancement requests, or larger proposals. When you report a bug, include the expected behavior, the actual behavior, and the smallest reproduction you can provide.
When you open a pull request, explain the problem you are solving, confirm that you ran relevant tests, and follow the Git workflow guide for branch and pull request workflow details.
New database adapter contributions are welcome, but they need early discussion because they affect long-term project scope and maintenance.
- Open or join an issue before starting significant adapter work.
- Review the adapter development guide for adapter-specific guidance.
- Check the roadmap to see whether the adapter is already planned.