# Contributing to MEOK AI Labs MCP Servers

Thank you for your interest in contributing!

## How to Contribute

1. Fork the repository.
2. Create a feature branch (`git checkout -b feature/amazing-feature`).
3. Commit your changes (`git commit -m 'feat: add amazing feature'`).
4. Push to the branch (`git push origin feature/amazing-feature`).
5. Open a Pull Request.

## Code Style

- Follow PEP 8 for Python code.
- Keep tool interfaces backward-compatible when possible.
- Add tests for new functionality.

## Questions?

Reach out at nicholas@meok.ai.
