-
Notifications
You must be signed in to change notification settings - Fork 3
Contributing
Ethan Troy edited this page Jan 14, 2026
·
1 revision
Thank you for your interest in contributing!
- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/fedramp-docs-mcp.git
- Install dependencies:
npm install npm run build
git checkout -b feature/your-featurenpm run dev # Development mode
npm test # Run tests
npm run lint # Check code stylenpx @modelcontextprotocol/inspector node dist/index.jsFollow Conventional Commits:
-
feat:- New feature -
fix:- Bug fix -
docs:- Documentation -
test:- Tests -
refactor:- Refactoring
Push and open a Pull Request with:
- Clear description
- Reference to issues
- Test results
- Report bugs - Open an issue
- Suggest features - Open an issue
- Improve docs - Submit a PR
- Submit code - Fork, branch, PR
- TypeScript strict mode
- ESLint + Prettier
- Meaningful variable names
- Tests for new functionality
Getting Started
Reference
Guides
Links