Thanks for your interest in contributing to mcp-atom-of-thoughts!
Open a bug report with:
- Steps to reproduce
- Expected vs actual behavior
- Node version and OS
Open a feature request describing the problem you want to solve.
git clone https://github.com/dioptx/mcp-atom-of-thoughts.git
cd mcp-atom-of-thoughts
npm install
npm run build
npm testRequirements: Node.js >= 18
- Fork the repo and create a branch from
main - Make your changes
- Add or update tests for any new behavior
- Run the full test suite:
npm test - Run the build to check for type errors:
npm run build - Open a pull request
- Keep PRs focused — one feature or fix per PR
- Include tests for new functionality
- Ensure
npm testpasses before submitting - Update documentation if you change user-facing behavior
- TypeScript with strict mode enabled
- Tests use vitest
- Follow existing patterns in the codebase
By contributing, you agree that your contributions will be licensed under the MIT License.