Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ Thank you for considering contributing to MCPTools! This document provides guide
1. No need to pre-install Go - the setup process will automatically install it if needed
2. Run `make setup` to set up the development environment (this will check/install Go and set up everything else)
3. Make your changes
4. Run tests using `make test`
5. Run the linter using `make lint`
4. Test your local changes by running `make build` first, then `./bin/mcp [command]`
5. Run tests using `make test`
6. Run the linter using `make lint`

## Pull Request Process

Expand Down Expand Up @@ -43,4 +44,4 @@ Feel free to open an issue for any questions or problems you encounter.

## License

By contributing, you agree that your contributions will be licensed under the same terms as the main project.
By contributing, you agree that your contributions will be licensed under the same terms as the main project.