Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.12 KB

File metadata and controls

51 lines (37 loc) · 1.12 KB

Contributing to MetaMCP

We welcome contributions to MetaMCP! This guide will help you get started.

Development Setup

  1. Clone the repository:

    git clone https://github.com/metatool-ai/metamcp.git
    cd metamcp
  2. Install dependencies:

    pnpm install
  3. Set up environment:

    cp example.env .env
  4. Start development:

    pnpm dev

How to Contribute

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/your-feature-name
  3. Make your changes
  4. Test your changes
  5. Commit your changes: git commit -m "Description of changes"
  6. Push to your fork: git push origin feature/your-feature-name
  7. Open a Pull Request

Pull Request Guidelines

  • Provide a clear description of the changes
  • Explain how to test (human test is fine)

Issues

  • Use GitHub Issues to report bugs or request features
  • Search existing issues before creating new ones
  • Provide detailed information and reproduction steps for bugs

License

By contributing to MetaMCP, you agree that your contributions will be licensed under the MIT License.