A MCP server for template-based documentation generation.
- Template-based documentation generation
- Multiple template types (API, README, License)
- Standardized documentation format
- Easy integration with MCP-compatible models
- API Documentation: Structured API documentation with endpoints, parameters, and examples
- README: Project README template with sections for installation, usage, and contributing
- License: MIT License template
- Fork the repository
- Create your feature branch:
git checkout -b feature/my-feature
- Commit your changes:
git commit -am 'Add new feature'
- Push to the branch:
git push origin feature/my-feature
- Submit a pull request
npm run build
: Build the projectnpm run test
: Run testsnpm run lint
: Check code stylenpm run format
: Format code