# Pull Request
## π Description
<!-- Provide a clear and concise description of your changes -->
## π― Type of Change
<!-- Mark the relevant option with an 'x' -->
- [ ] π Bug fix (non-breaking change that fixes an issue)
- [ ] β¨ New feature (non-breaking change that adds functionality)
- [ ] π₯ Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] π Documentation update
- [ ] π§ͺ Test improvements
- [ ] π§ Refactoring (no functional changes)
- [ ] β‘ Performance improvement
## π Related Issues
<!-- Link to related issues. For example: Fixes #123, Closes #456 -->
Fixes #
## π§ͺ Testing
<!-- Describe the tests you ran and how to reproduce them -->
### Test Configuration
- **Python Version**:
- **OS**:
- **Branch**:
### Tests Performed
- [ ] All existing tests pass (`pytest`)
- [ ] Added new tests for new functionality
- [ ] Tested manually with real Polymarket API
- [ ] Verified safety limits still work
- [ ] Tested with Claude Desktop integration
### Test Results
```
Paste test output here
```
## πΈ Screenshots / Examples
<!-- If applicable, add screenshots or code examples showing your changes -->
```python
# Example usage of new feature
```
## β
Checklist
<!-- Mark completed items with an 'x' -->
- [ ] My code follows the project's code style guidelines
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings or errors
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published
- [ ] I have checked my code and corrected any misspellings
- [ ] I have updated the CHANGELOG.md file
## π Documentation
<!-- List any documentation that was added or updated -->
- [ ] README.md updated
- [ ] SETUP_GUIDE.md updated
- [ ] TOOLS_REFERENCE.md updated
- [ ] Code docstrings added/updated
- [ ] Examples added/updated
## π Security
<!-- If your PR has security implications, describe them -->
- [ ] This PR does not introduce security vulnerabilities
- [ ] I have verified no credentials are exposed
- [ ] Safety limits are still enforced
- [ ] Input validation is adequate
## β οΈ Breaking Changes
<!-- If this PR includes breaking changes, describe them and the migration path -->
**Does this PR introduce breaking changes?**
- [ ] Yes (describe below)
- [ ] No
If yes, describe the breaking changes and how users should migrate:
```
Migration steps...
```
## π¬ Additional Notes
<!-- Add any additional notes, questions, or context for reviewers -->
---
**Thank you for contributing to Polymarket MCP Server!** π
By submitting this PR, you agree that your contributions will be licensed under the MIT License.