Thanks for your interest in contributing! We welcome bug reports, feature requests, and pull requests.
- Fork the repository
- Clone your fork and install dependencies:
git clone https://github.com/<your-username>/schematic-mcp.git cd schematic-mcp yarn install
- Create a branch for your changes:
git checkout -b my-feature
Build the project:
yarn buildYou can test locally using the included test client:
node test-client.js- Make sure
yarn buildpasses with no errors - Keep your changes focused — one feature or fix per PR
- Write a clear description of what your PR does and why
- Push your branch and open a PR against
main
Open an issue on GitHub with a clear description of the problem, including steps to reproduce if applicable.
By contributing, you agree that your contributions will be licensed under the same license as the project.