Skip to main content
Glama

Path of Exile 2 Build Optimizer MCP

CONTRIBUTING.md3.4 kB
# Contributing to PoE2 Build Optimizer MCP Thank you for your interest in this project! ## Usage and Forking This project is open source under the MIT License. You are free to: - Use this software for any purpose - Fork and modify the code for your own projects - Distribute and share your modifications - Create derivative works ## Contributions to This Repository While this project is open source, **contributions to the main repository are gated and subject to approval**. This means: ### Pull Request Policy - Pull requests are welcome but will be reviewed at the maintainer's discretion - Not all PRs will be accepted - acceptance is not guaranteed - The maintainer reserves the right to close PRs without merging - Approved PRs must meet code quality and project direction requirements ### What We Look For If you do submit a PR, we're more likely to consider it if: 1. **Bug Fixes**: Clear, well-documented bug fixes with reproduction steps 2. **Small, Focused Changes**: Single-purpose PRs are easier to review 3. **Code Quality**: Follows existing code style and patterns (see CLAUDE.md) 4. **Tests**: Includes tests for new functionality 5. **Documentation**: Updates relevant documentation 6. **No Breaking Changes**: Maintains backward compatibility ### Before Submitting a PR 1. **Open an Issue First**: Discuss your proposed change in an issue 2. **Wait for Feedback**: Get maintainer approval before investing significant time 3. **Follow Guidelines**: Review CLAUDE.md for code patterns and architecture 4. **Test Thoroughly**: All tests must pass (`pytest`) 5. **Update Docs**: Update README, CLAUDE.md, or other docs as needed ### Submitting a Pull Request If you've discussed your change and received approval: 1. Fork the repository 2. Create a feature branch (`git checkout -b feature/your-feature-name`) 3. Make your changes following the existing code style 4. Write or update tests 5. Run the test suite: `pytest` 6. Update documentation 7. Commit with clear, descriptive messages 8. Push to your fork 9. Open a PR with a clear description of the changes ### Code Standards - Follow async/await patterns (see CLAUDE.md) - All MCP tool handlers must catch exceptions (never raise to MCP layer) - Use type hints for all functions - Write docstrings for classes and public methods - Follow the dual import pattern for modules - Never commit sensitive information (.env, API keys, tokens) ### PR Review Process - Maintainer will review at their convenience (no timeline guaranteed) - May request changes or clarifications - May be closed if not aligned with project direction - Approved PRs will be merged by the maintainer ## Alternative: Fork and Customize If your changes don't align with this project's direction, you're encouraged to: - Fork the repository and maintain your own version - Create a separate project based on this codebase - Share your fork with the community ## Questions and Support - **Issues**: Open an issue for bug reports or feature requests - **Discussions**: Use GitHub Discussions for questions and ideas - **Documentation**: Check docs/ folder and CLAUDE.md for technical details ## Code of Conduct - Be respectful and constructive - Focus on the code, not the person - Accept that not all contributions will be merged - Respect the maintainer's decisions Thank you for understanding and respecting this contribution policy!

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HivemindOverlord/poe2-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server