Release v0.3.0
·
0 commits
to 16fbee7fad535e4b4cc4960a88daf3062add19ba
since this release
DocuMCP Release v0.3.0
🐛 Bug Fixes
- add error handling for package.json parsing in project context analyzer (0a5a3e6)
- disable strict ESLint rules to resolve CI pipeline failures on main branch (5a1dda4)
- regenerate package-lock.json to resolve CodeQL workflow failure (613e6c0), closes #25
- resolve all failing test cases in optimize-readme.test.ts (7353338)
- Resolve ESLint errors in generate-technical-writer-prompts.ts (5a176f6)
- resolve ESLint errors in README Technical Writer tools (68810b0)
- Resolve ESLint errors in validate-readme-checklist.ts (0b3beab)
- Update index.ts to use new Diataxis-aligned prompt API (28dc2c0)
🚀 Features
- Achieve 85%+ branch coverage for critical DocuMCP tools (0111a1b)
- add comprehensive technical writer prompts system (7509f91)
- add Dependabot config for Docusaurus documentation dependencies and security updates (16fbee7)
- Add README template generator and checklist validator tools (4899e12), closes #11
- Implement Diataxis-aligned technical writer prompts (f32558a)
- implement README Technical Writer MCP tools (728da0a), closes #10
- improve validate-content.ts test coverage from 79.31% to 83.15% (a51c0a7), closes #7
- integrate main branch updates and fix merge conflicts (6d30ddf)
Installation
npm install -g documcp@v0.3.0
System Requirements
- Node.js 20.x or higher
- npm 9.x or higher
Quick Start
# Install globally
npm install -g documcp
# Use with MCP client
documcp analyze-repository --path ./my-project