We welcome contributions to MetaMCP! This guide will help you get started.
-
Clone the repository:
git clone https://github.com/metatool-ai/metamcp.git cd metamcp -
Install dependencies:
pnpm install
-
Set up environment:
cp example.env .env
-
Start development:
pnpm dev
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature-name - Make your changes
- Test your changes
- Commit your changes:
git commit -m "Description of changes" - Push to your fork:
git push origin feature/your-feature-name - Open a Pull Request
- Provide a clear description of the changes
- Explain how to test (human test is fine)
- Use GitHub Issues to report bugs or request features
- Search existing issues before creating new ones
- Provide detailed information and reproduction steps for bugs
By contributing to MetaMCP, you agree that your contributions will be licensed under the MIT License.