Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.44 KB

File metadata and controls

41 lines (30 loc) · 1.44 KB

Contributing

Thanks for contributing to sql-query-mcp. We welcome bug fixes, documentation improvements, and other focused contributions.

Before you start

Follow these project expectations before you open a pull request:

  1. Read the Git workflow guide for the authoritative Git workflow.
  2. Open an issue first for larger changes so you can align on scope and approach.
  3. Keep your change focused on one logical update.
  4. Update docs and examples when behavior changes.
  5. Run relevant tests locally:
PYTHONPATH=. python3 -m unittest discover -s tests

Opening issues and pull requests

Open 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 adapters

New database adapter contributions are welcome, but they need early discussion because they affect long-term project scope and maintenance.