Contributing

Contributing

Contributing to GoMCP

Thank you for your interest in contributing to GoMCP!

How to Contribute

  • Reporting Issues: If you find a bug or have a feature request, please open an issue on the GitHub repository issues page.
  • Pull Requests: Pull requests are welcome! Please ensure your code adheres to standard Go formatting (gofmt) and includes relevant tests. It’s often best to open an issue first to discuss significant changes.

Development

  1. Clone the repository: git clone git@github.com:localrivet/gomcp.git
  2. Navigate to the directory: cd gomcp
  3. Make your changes.
  4. Run tests: go test ./...
  5. Format code: gofmt -w .
  6. Commit your changes and open a pull request.