Prerequisites
Make sure you have the following installed:Quick Setup
-
Fork and clone the repository:
-
Install dependencies:
-
Start development server:
For Windows users:
-
Open your browser to
http://localhost:3000
Development Commands
- Run tests:
npm test - Format code:
npm run prettier-fix - Build project:
npm run build
Testing with Config Files
When developing, you can test your changes with configuration files:Remember to use
-- when passing arguments through npm scripts: npm start -- --config file.json- Testing changes on a specific branch
- Validating configuration file handling
- Development workflow with multiple MCP servers
Next Steps
- Check out our Contributing Guide for detailed guidelines
- Join our Discord for community support

