# Contributing to this MCP Server
Thank you for your interest in contributing! We welcome contributions from the community.
## How to Contribute
1. Fork the repository
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
3. Make your changes
4. Run tests if available
5. Commit your changes (`git commit -m 'Add some amazing feature'`)
6. Push to the branch (`git push origin feature/amazing-feature`)
7. Open a Pull Request
## Code Style
- Follow PEP 8 for Python code
- Add docstrings to functions and classes
- Keep functions focused and concise
## Testing
Please ensure your changes don't break existing functionality.
## Questions?
Feel free to open an issue for any questions or discussions.