Thank you for your interest in contributing to ssh-mcp! Your help is greatly appreciated. Please follow these guidelines to make the process smooth for everyone.
- Fork the repository and create your branch from
main. - Clone your fork to your local machine.
- Create a descriptive branch name (e.g.,
feature/add-ssh-supportorbugfix/fix-connection-issue). - Make your changes with clear, concise commits.
- Test your changes to ensure nothing is broken.
- Push to your fork and submit a Pull Request (PR) to the
mainbranch.
- Follow the existing code style and conventions.
- Write clear, descriptive commit messages.
- Add comments where necessary for clarity.
- If you find a bug, please open an issue with detailed steps to reproduce it.
- If you want to work on an existing issue, comment on it to let others know.
- Open an issue to discuss new features before submitting a PR.
- Describe your proposed feature and its use case.
- Ensure your PR is up to date with the latest
mainbranch. - Reference related issues in your PR description (e.g.,
Closes #12). - Be responsive to feedback and requested changes.
- Be respectful and inclusive in all interactions.
- See the CODE_OF_CONDUCT.md if available.
Thank you for helping make ssh-mcp better!