Thanks for your interest in contributing!
git clone https://github.com/bcornish1797/mcp-shield.git
cd mcp-shield
npm install
npm run buildnode dist/index.js score -f demo/sample-config.json
node dist/index.js scan -f demo/sample-config.json
node dist/index.js secure -f demo/sample-config.jsonnpm test- Fork the repo and create a feature branch
- Make your changes with clear commit messages
- Ensure
npm run buildpasses - Submit a PR with a description of the changes
- TypeScript strict mode
- No semicolons in commit messages
- Descriptive variable names
By contributing, you agree that your contributions will be licensed under the MIT License.