Thanks for your interest in contributing! This guide explains how to get involved.
- Fork the repository and clone it locally
- Install dependencies with
npm install
- Run
npm run dev
to start both client and server in development mode - Use the web UI at http://localhost:5173 to interact with the inspector
- Create a new branch for your changes
- Make your changes following existing code style and conventions
- Test changes locally
- Update documentation as needed
- Use clear commit messages explaining your changes
- Verify all changes work as expected
- Submit a pull request
- PRs will be reviewed by maintainers
This project follows our Code of Conduct. Please read it before contributing.
If you find a security vulnerability, please refer to our Security Policy for reporting instructions.
Feel free to open an issue for questions or create a discussion for general topics.
By contributing, you agree that your contributions will be licensed under the MIT license.