Skip to content

Releases: tosin2013/documcp

Release v0.5.10

15 Dec 16:33

Choose a tag to compare

DocuMCP Release v0.5.10

🚀 Features

  • ci: migrate to npm trusted publishing (OIDC) (9118f54)

0.5.9 (2025-12-15)

🚀 Features

  • ci: migrate to npm trusted publishing (OIDC) (9118f54)

0.5.8 (2025-12-15)

0.5.7 (2025-12-15)

0.5.6 (2025-12-15)

🐛 Bug Fixes

  • ci: fetch latest changes before release to prevent push conflicts (d91d611)

0.5.5 (2025-12-15)

🐛 Bug Fixes

  • ci: fetch latest changes before release to prevent push conflicts (d91d611)

0.5.4 (2025-12-15)

0.5.3 (2025-12-15)

⚠ BREAKING CHANGES

  • adr: ADR filenames changed from XXX- to adr-XXXX- format.
    All references updated, but external tools may need updates.

📚 Documentation

  • add architectural changes summary (81a5680), closes #74
  • add CE-MCP compatibility analysis and update ADRs (149c058), closes #69
  • add documentation for freshness tracking and sitemap management features (050216a)
  • adrs: add workflow consistency note to ADR-005 (1d25bd0)
  • adrs: update ADR-013 status to Accepted with implementation details (ef03918)
  • update documentation freshness metadata (4a70e6d)
  • update documentation freshness validation timestamps (12e1c68)

🚀 Features

  • Add agent artifact detection and cleanup tool (#80) (210a274)
  • add change watcher for drift detection (362fbca)
  • add Code Mode prompts and server optimization hints (91800a9)
  • Add Diataxis type tracking to CodeExample interface (#81) (9bbac23)
  • Add LLM integration layer for semantic code analysis (#82) (f7b6fcd)
  • Add priority scoring system for documentation drift (#83) (40afe64)
  • adr: standardize ADR naming and complete ADR-012 implementation (b144770)
  • ast-analyzer: add call graph builder for execution path tracing (#72) (8adb6ad)
  • execution-simulator: implement LLM-based code tracing (#73) (9809784)
  • Extend knowledge graph with documentation example entities (#78) (577a312), closes #77 tosin2013/documcp#77
  • release: implement npm publishing verification and automated changelog (#1, #2) (dbef13f), closes #77 #78 #80 #81 #82 #83 #3

🐛 Bug Fixes

  • ci: correct deploy-docs workflow for Docusaurus build (66f7b94)
  • ci: improve husky hook bypass for release workflow (17dd37d)
  • ci: migrate deploy-docs workflow from Jekyll to Docusaurus (8b44235)
  • ci: optimize API docs workflow steps (e0be347)
  • ci: relax commitlint rules for release workflow (f5a6fdf)
  • ci: remove deprecated husky.sh pattern from pre-commit hook (25358e1)
  • ci: resolve coverage threshold failure and add user-feedback-integration tests (b4f6cc6)
  • ci: resolve race condition in KG storage and add test isolation (9d91aa8)
  • ci: update deploy-docs workflow to use latest GitHub Actions versions (2240f73)
  • ci: update deprecated GitHub Actions to v4 (e8fd907)
  • docs: add missing id field to ADR-0010 frontmatter (7afd3fc)
  • docs: align sidebars.js with updated ADR frontmatter IDs (dfd3163)
  • docs: resolve MDX compilation errors in ADR and how-to files (106b9fa)
  • docs: update ADR frontmatter IDs to match new naming convention (b64e305)
  • handle missing dependencies in generate-technical-writer-prompts (306567b)

0.5.2 (2025-11-19)

🚀 Features

  • add GitHub Copilot instructions and specialized agents (3ba709f)
  • add MCP prompts and resources for documentation freshness tracking (2820c0e)
  • implement documentation freshness tracking with KG integration and fix js-yaml vulnerability (978aa5a)
  • improve branch coverage to 81.41%, add KG efficiency improvements (e0f9641)

🐛 Bug Fixes

  • correct sidebar reference for mcp-resource-pattern-redesign (1168821), closes #19519888749
  • resolve KG storage issues and test failures, improve branch coverage to 81.32% (9fd72d5)
  • update deploy-docs workflow from Jekyll to Docusaurus (fdc363a), closes #19519733512
  • upgrade GitHub Actions to resolve deprecation warnings (67fea5d)

0.5.1 (2025-11-18)

📚 Documentation

  • comprehensive documentation validation and updates (abc8bc5)

🐛 Bug Fixes

Read more

Release v0.5.9

15 Dec 16:33

Choose a tag to compare

DocuMCP Release v0.5.9

🚀 Features

  • ci: migrate to npm trusted publishing (OIDC) (9118f54)

0.5.8 (2025-12-15)

0.5.7 (2025-12-15)

0.5.6 (2025-12-15)

🐛 Bug Fixes

  • ci: fetch latest changes before release to prevent push conflicts (d91d611)

0.5.5 (2025-12-15)

🐛 Bug Fixes

  • ci: fetch latest changes before release to prevent push conflicts (d91d611)

0.5.4 (2025-12-15)

0.5.3 (2025-12-15)

⚠ BREAKING CHANGES

  • adr: ADR filenames changed from XXX- to adr-XXXX- format.
    All references updated, but external tools may need updates.

📚 Documentation

  • add architectural changes summary (81a5680), closes #74
  • add CE-MCP compatibility analysis and update ADRs (149c058), closes #69
  • add documentation for freshness tracking and sitemap management features (050216a)
  • adrs: add workflow consistency note to ADR-005 (1d25bd0)
  • adrs: update ADR-013 status to Accepted with implementation details (ef03918)
  • update documentation freshness metadata (4a70e6d)
  • update documentation freshness validation timestamps (12e1c68)

🚀 Features

  • Add agent artifact detection and cleanup tool (#80) (210a274)
  • add change watcher for drift detection (362fbca)
  • add Code Mode prompts and server optimization hints (91800a9)
  • Add Diataxis type tracking to CodeExample interface (#81) (9bbac23)
  • Add LLM integration layer for semantic code analysis (#82) (f7b6fcd)
  • Add priority scoring system for documentation drift (#83) (40afe64)
  • adr: standardize ADR naming and complete ADR-012 implementation (b144770)
  • ast-analyzer: add call graph builder for execution path tracing (#72) (8adb6ad)
  • execution-simulator: implement LLM-based code tracing (#73) (9809784)
  • Extend knowledge graph with documentation example entities (#78) (577a312), closes #77 tosin2013/documcp#77
  • release: implement npm publishing verification and automated changelog (#1, #2) (dbef13f), closes #77 #78 #80 #81 #82 #83 #3

🐛 Bug Fixes

  • ci: correct deploy-docs workflow for Docusaurus build (66f7b94)
  • ci: improve husky hook bypass for release workflow (17dd37d)
  • ci: migrate deploy-docs workflow from Jekyll to Docusaurus (8b44235)
  • ci: optimize API docs workflow steps (e0be347)
  • ci: relax commitlint rules for release workflow (f5a6fdf)
  • ci: remove deprecated husky.sh pattern from pre-commit hook (25358e1)
  • ci: resolve coverage threshold failure and add user-feedback-integration tests (b4f6cc6)
  • ci: resolve race condition in KG storage and add test isolation (9d91aa8)
  • ci: update deploy-docs workflow to use latest GitHub Actions versions (2240f73)
  • ci: update deprecated GitHub Actions to v4 (e8fd907)
  • docs: add missing id field to ADR-0010 frontmatter (7afd3fc)
  • docs: align sidebars.js with updated ADR frontmatter IDs (dfd3163)
  • docs: resolve MDX compilation errors in ADR and how-to files (106b9fa)
  • docs: update ADR frontmatter IDs to match new naming convention (b64e305)
  • handle missing dependencies in generate-technical-writer-prompts (306567b)

0.5.2 (2025-11-19)

🚀 Features

  • add GitHub Copilot instructions and specialized agents (3ba709f)
  • add MCP prompts and resources for documentation freshness tracking (2820c0e)
  • implement documentation freshness tracking with KG integration and fix js-yaml vulnerability (978aa5a)
  • improve branch coverage to 81.41%, add KG efficiency improvements (e0f9641)

🐛 Bug Fixes

  • correct sidebar reference for mcp-resource-pattern-redesign (1168821), closes #19519888749
  • resolve KG storage issues and test failures, improve branch coverage to 81.32% (9fd72d5)
  • update deploy-docs workflow from Jekyll to Docusaurus (fdc363a), closes #19519733512
  • upgrade GitHub Actions to resolve deprecation warnings (67fea5d)

0.5.1 (2025-11-18)

📚 Documentation

  • comprehensive documentation validation and updates (abc8bc5)

🐛 Bug Fixes

  • add forceExit to Jest config for CI to prevent worker process hangs (c5dada6), closes #216
  • remove ADR-010 from sidebar to fix Docker build (1ce448f)
  • resolve GitHub Actions build failure ([a1b6b23](a1b6...
Read more

Release v0.5.8

15 Dec 16:25

Choose a tag to compare

DocuMCP Release v0.5.8

0.5.7 (2025-12-15)

0.5.6 (2025-12-15)

🐛 Bug Fixes

  • ci: fetch latest changes before release to prevent push conflicts (d91d611)

0.5.5 (2025-12-15)

🐛 Bug Fixes

  • ci: fetch latest changes before release to prevent push conflicts (d91d611)

0.5.4 (2025-12-15)

0.5.3 (2025-12-15)

⚠ BREAKING CHANGES

  • adr: ADR filenames changed from XXX- to adr-XXXX- format.
    All references updated, but external tools may need updates.

📚 Documentation

  • add architectural changes summary (81a5680), closes #74
  • add CE-MCP compatibility analysis and update ADRs (149c058), closes #69
  • add documentation for freshness tracking and sitemap management features (050216a)
  • adrs: add workflow consistency note to ADR-005 (1d25bd0)
  • adrs: update ADR-013 status to Accepted with implementation details (ef03918)
  • update documentation freshness metadata (4a70e6d)
  • update documentation freshness validation timestamps (12e1c68)

🚀 Features

  • Add agent artifact detection and cleanup tool (#80) (210a274)
  • add change watcher for drift detection (362fbca)
  • add Code Mode prompts and server optimization hints (91800a9)
  • Add Diataxis type tracking to CodeExample interface (#81) (9bbac23)
  • Add LLM integration layer for semantic code analysis (#82) (f7b6fcd)
  • Add priority scoring system for documentation drift (#83) (40afe64)
  • adr: standardize ADR naming and complete ADR-012 implementation (b144770)
  • ast-analyzer: add call graph builder for execution path tracing (#72) (8adb6ad)
  • execution-simulator: implement LLM-based code tracing (#73) (9809784)
  • Extend knowledge graph with documentation example entities (#78) (577a312), closes #77 tosin2013/documcp#77
  • release: implement npm publishing verification and automated changelog (#1, #2) (dbef13f), closes #77 #78 #80 #81 #82 #83 #3

🐛 Bug Fixes

  • ci: correct deploy-docs workflow for Docusaurus build (66f7b94)
  • ci: improve husky hook bypass for release workflow (17dd37d)
  • ci: migrate deploy-docs workflow from Jekyll to Docusaurus (8b44235)
  • ci: optimize API docs workflow steps (e0be347)
  • ci: relax commitlint rules for release workflow (f5a6fdf)
  • ci: remove deprecated husky.sh pattern from pre-commit hook (25358e1)
  • ci: resolve coverage threshold failure and add user-feedback-integration tests (b4f6cc6)
  • ci: resolve race condition in KG storage and add test isolation (9d91aa8)
  • ci: update deploy-docs workflow to use latest GitHub Actions versions (2240f73)
  • ci: update deprecated GitHub Actions to v4 (e8fd907)
  • docs: add missing id field to ADR-0010 frontmatter (7afd3fc)
  • docs: align sidebars.js with updated ADR frontmatter IDs (dfd3163)
  • docs: resolve MDX compilation errors in ADR and how-to files (106b9fa)
  • docs: update ADR frontmatter IDs to match new naming convention (b64e305)
  • handle missing dependencies in generate-technical-writer-prompts (306567b)

0.5.2 (2025-11-19)

🚀 Features

  • add GitHub Copilot instructions and specialized agents (3ba709f)
  • add MCP prompts and resources for documentation freshness tracking (2820c0e)
  • implement documentation freshness tracking with KG integration and fix js-yaml vulnerability (978aa5a)
  • improve branch coverage to 81.41%, add KG efficiency improvements (e0f9641)

🐛 Bug Fixes

  • correct sidebar reference for mcp-resource-pattern-redesign (1168821), closes #19519888749
  • resolve KG storage issues and test failures, improve branch coverage to 81.32% (9fd72d5)
  • update deploy-docs workflow from Jekyll to Docusaurus (fdc363a), closes #19519733512
  • upgrade GitHub Actions to resolve deprecation warnings (67fea5d)

0.5.1 (2025-11-18)

📚 Documentation

  • comprehensive documentation validation and updates (abc8bc5)

🐛 Bug Fixes

  • add forceExit to Jest config for CI to prevent worker process hangs (c5dada6), closes #216
  • remove ADR-010 from sidebar to fix Docker build (1ce448f)
  • resolve GitHub Actions build failure (a1b6b23)
  • update dependencies and adjust security audit workflow (033a4f3)

Installation

npm install -g documcp@v0.5.8
`...
Read more

Release v0.5.7

15 Dec 16:25

Choose a tag to compare

DocuMCP Release v0.5.7

0.5.6 (2025-12-15)

🐛 Bug Fixes

  • ci: fetch latest changes before release to prevent push conflicts (d91d611)

0.5.5 (2025-12-15)

🐛 Bug Fixes

  • ci: fetch latest changes before release to prevent push conflicts (d91d611)

0.5.4 (2025-12-15)

0.5.3 (2025-12-15)

⚠ BREAKING CHANGES

  • adr: ADR filenames changed from XXX- to adr-XXXX- format.
    All references updated, but external tools may need updates.

📚 Documentation

  • add architectural changes summary (81a5680), closes #74
  • add CE-MCP compatibility analysis and update ADRs (149c058), closes #69
  • add documentation for freshness tracking and sitemap management features (050216a)
  • adrs: add workflow consistency note to ADR-005 (1d25bd0)
  • adrs: update ADR-013 status to Accepted with implementation details (ef03918)
  • update documentation freshness metadata (4a70e6d)
  • update documentation freshness validation timestamps (12e1c68)

🚀 Features

  • Add agent artifact detection and cleanup tool (#80) (210a274)
  • add change watcher for drift detection (362fbca)
  • add Code Mode prompts and server optimization hints (91800a9)
  • Add Diataxis type tracking to CodeExample interface (#81) (9bbac23)
  • Add LLM integration layer for semantic code analysis (#82) (f7b6fcd)
  • Add priority scoring system for documentation drift (#83) (40afe64)
  • adr: standardize ADR naming and complete ADR-012 implementation (b144770)
  • ast-analyzer: add call graph builder for execution path tracing (#72) (8adb6ad)
  • execution-simulator: implement LLM-based code tracing (#73) (9809784)
  • Extend knowledge graph with documentation example entities (#78) (577a312), closes #77 tosin2013/documcp#77
  • release: implement npm publishing verification and automated changelog (#1, #2) (dbef13f), closes #77 #78 #80 #81 #82 #83 #3

🐛 Bug Fixes

  • ci: correct deploy-docs workflow for Docusaurus build (66f7b94)
  • ci: improve husky hook bypass for release workflow (17dd37d)
  • ci: migrate deploy-docs workflow from Jekyll to Docusaurus (8b44235)
  • ci: optimize API docs workflow steps (e0be347)
  • ci: relax commitlint rules for release workflow (f5a6fdf)
  • ci: remove deprecated husky.sh pattern from pre-commit hook (25358e1)
  • ci: resolve coverage threshold failure and add user-feedback-integration tests (b4f6cc6)
  • ci: resolve race condition in KG storage and add test isolation (9d91aa8)
  • ci: update deploy-docs workflow to use latest GitHub Actions versions (2240f73)
  • ci: update deprecated GitHub Actions to v4 (e8fd907)
  • docs: add missing id field to ADR-0010 frontmatter (7afd3fc)
  • docs: align sidebars.js with updated ADR frontmatter IDs (dfd3163)
  • docs: resolve MDX compilation errors in ADR and how-to files (106b9fa)
  • docs: update ADR frontmatter IDs to match new naming convention (b64e305)
  • handle missing dependencies in generate-technical-writer-prompts (306567b)

0.5.2 (2025-11-19)

🚀 Features

  • add GitHub Copilot instructions and specialized agents (3ba709f)
  • add MCP prompts and resources for documentation freshness tracking (2820c0e)
  • implement documentation freshness tracking with KG integration and fix js-yaml vulnerability (978aa5a)
  • improve branch coverage to 81.41%, add KG efficiency improvements (e0f9641)

🐛 Bug Fixes

  • correct sidebar reference for mcp-resource-pattern-redesign (1168821), closes #19519888749
  • resolve KG storage issues and test failures, improve branch coverage to 81.32% (9fd72d5)
  • update deploy-docs workflow from Jekyll to Docusaurus (fdc363a), closes #19519733512
  • upgrade GitHub Actions to resolve deprecation warnings (67fea5d)

0.5.1 (2025-11-18)

📚 Documentation

  • comprehensive documentation validation and updates (abc8bc5)

🐛 Bug Fixes

  • add forceExit to Jest config for CI to prevent worker process hangs (c5dada6), closes #216
  • remove ADR-010 from sidebar to fix Docker build (1ce448f)
  • resolve GitHub Actions build failure (a1b6b23)
  • update dependencies and adjust security audit workflow (033a4f3)

Installation

npm install -g documcp@v0.5.7

System Requirements

  • Node.js 20.x or higher
  • npm 9.x or higher

Quick Sta...

Read more

Release v0.5.6

15 Dec 16:19

Choose a tag to compare

DocuMCP Release v0.5.6

🐛 Bug Fixes

  • ci: fetch latest changes before release to prevent push conflicts (d91d611)

0.5.5 (2025-12-15)

🐛 Bug Fixes

  • ci: fetch latest changes before release to prevent push conflicts (d91d611)

0.5.4 (2025-12-15)

0.5.3 (2025-12-15)

⚠ BREAKING CHANGES

  • adr: ADR filenames changed from XXX- to adr-XXXX- format.
    All references updated, but external tools may need updates.

📚 Documentation

  • add architectural changes summary (81a5680), closes #74
  • add CE-MCP compatibility analysis and update ADRs (149c058), closes #69
  • add documentation for freshness tracking and sitemap management features (050216a)
  • adrs: add workflow consistency note to ADR-005 (1d25bd0)
  • adrs: update ADR-013 status to Accepted with implementation details (ef03918)
  • update documentation freshness metadata (4a70e6d)
  • update documentation freshness validation timestamps (12e1c68)

🚀 Features

  • Add agent artifact detection and cleanup tool (#80) (210a274)
  • add change watcher for drift detection (362fbca)
  • add Code Mode prompts and server optimization hints (91800a9)
  • Add Diataxis type tracking to CodeExample interface (#81) (9bbac23)
  • Add LLM integration layer for semantic code analysis (#82) (f7b6fcd)
  • Add priority scoring system for documentation drift (#83) (40afe64)
  • adr: standardize ADR naming and complete ADR-012 implementation (b144770)
  • ast-analyzer: add call graph builder for execution path tracing (#72) (8adb6ad)
  • execution-simulator: implement LLM-based code tracing (#73) (9809784)
  • Extend knowledge graph with documentation example entities (#78) (577a312), closes #77 tosin2013/documcp#77
  • release: implement npm publishing verification and automated changelog (#1, #2) (dbef13f), closes #77 #78 #80 #81 #82 #83 #3

🐛 Bug Fixes

  • ci: correct deploy-docs workflow for Docusaurus build (66f7b94)
  • ci: improve husky hook bypass for release workflow (17dd37d)
  • ci: migrate deploy-docs workflow from Jekyll to Docusaurus (8b44235)
  • ci: optimize API docs workflow steps (e0be347)
  • ci: relax commitlint rules for release workflow (f5a6fdf)
  • ci: remove deprecated husky.sh pattern from pre-commit hook (25358e1)
  • ci: resolve coverage threshold failure and add user-feedback-integration tests (b4f6cc6)
  • ci: resolve race condition in KG storage and add test isolation (9d91aa8)
  • ci: update deploy-docs workflow to use latest GitHub Actions versions (2240f73)
  • ci: update deprecated GitHub Actions to v4 (e8fd907)
  • docs: add missing id field to ADR-0010 frontmatter (7afd3fc)
  • docs: align sidebars.js with updated ADR frontmatter IDs (dfd3163)
  • docs: resolve MDX compilation errors in ADR and how-to files (106b9fa)
  • docs: update ADR frontmatter IDs to match new naming convention (b64e305)
  • handle missing dependencies in generate-technical-writer-prompts (306567b)

0.5.2 (2025-11-19)

🚀 Features

  • add GitHub Copilot instructions and specialized agents (3ba709f)
  • add MCP prompts and resources for documentation freshness tracking (2820c0e)
  • implement documentation freshness tracking with KG integration and fix js-yaml vulnerability (978aa5a)
  • improve branch coverage to 81.41%, add KG efficiency improvements (e0f9641)

🐛 Bug Fixes

  • correct sidebar reference for mcp-resource-pattern-redesign (1168821), closes #19519888749
  • resolve KG storage issues and test failures, improve branch coverage to 81.32% (9fd72d5)
  • update deploy-docs workflow from Jekyll to Docusaurus (fdc363a), closes #19519733512
  • upgrade GitHub Actions to resolve deprecation warnings (67fea5d)

0.5.1 (2025-11-18)

📚 Documentation

  • comprehensive documentation validation and updates (abc8bc5)

🐛 Bug Fixes

  • add forceExit to Jest config for CI to prevent worker process hangs (c5dada6), closes #216
  • remove ADR-010 from sidebar to fix Docker build (1ce448f)
  • resolve GitHub Actions build failure (a1b6b23)
  • update dependencies and adjust security audit workflow (033a4f3)

Installation

npm install -g documcp@v0.5.6

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 ana...
Read more

Release v0.5.5

15 Dec 16:19

Choose a tag to compare

DocuMCP Release v0.5.5

🐛 Bug Fixes

  • ci: fetch latest changes before release to prevent push conflicts (d91d611)

0.5.4 (2025-12-15)

0.5.3 (2025-12-15)

⚠ BREAKING CHANGES

  • adr: ADR filenames changed from XXX- to adr-XXXX- format.
    All references updated, but external tools may need updates.

📚 Documentation

  • add architectural changes summary (81a5680), closes #74
  • add CE-MCP compatibility analysis and update ADRs (149c058), closes #69
  • add documentation for freshness tracking and sitemap management features (050216a)
  • adrs: add workflow consistency note to ADR-005 (1d25bd0)
  • adrs: update ADR-013 status to Accepted with implementation details (ef03918)
  • update documentation freshness metadata (4a70e6d)
  • update documentation freshness validation timestamps (12e1c68)

🚀 Features

  • Add agent artifact detection and cleanup tool (#80) (210a274)
  • add change watcher for drift detection (362fbca)
  • add Code Mode prompts and server optimization hints (91800a9)
  • Add Diataxis type tracking to CodeExample interface (#81) (9bbac23)
  • Add LLM integration layer for semantic code analysis (#82) (f7b6fcd)
  • Add priority scoring system for documentation drift (#83) (40afe64)
  • adr: standardize ADR naming and complete ADR-012 implementation (b144770)
  • ast-analyzer: add call graph builder for execution path tracing (#72) (8adb6ad)
  • execution-simulator: implement LLM-based code tracing (#73) (9809784)
  • Extend knowledge graph with documentation example entities (#78) (577a312), closes #77 tosin2013/documcp#77
  • release: implement npm publishing verification and automated changelog (#1, #2) (dbef13f), closes #77 #78 #80 #81 #82 #83 #3

🐛 Bug Fixes

  • ci: correct deploy-docs workflow for Docusaurus build (66f7b94)
  • ci: improve husky hook bypass for release workflow (17dd37d)
  • ci: migrate deploy-docs workflow from Jekyll to Docusaurus (8b44235)
  • ci: optimize API docs workflow steps (e0be347)
  • ci: relax commitlint rules for release workflow (f5a6fdf)
  • ci: remove deprecated husky.sh pattern from pre-commit hook (25358e1)
  • ci: resolve coverage threshold failure and add user-feedback-integration tests (b4f6cc6)
  • ci: resolve race condition in KG storage and add test isolation (9d91aa8)
  • ci: update deploy-docs workflow to use latest GitHub Actions versions (2240f73)
  • ci: update deprecated GitHub Actions to v4 (e8fd907)
  • docs: add missing id field to ADR-0010 frontmatter (7afd3fc)
  • docs: align sidebars.js with updated ADR frontmatter IDs (dfd3163)
  • docs: resolve MDX compilation errors in ADR and how-to files (106b9fa)
  • docs: update ADR frontmatter IDs to match new naming convention (b64e305)
  • handle missing dependencies in generate-technical-writer-prompts (306567b)

0.5.2 (2025-11-19)

🚀 Features

  • add GitHub Copilot instructions and specialized agents (3ba709f)
  • add MCP prompts and resources for documentation freshness tracking (2820c0e)
  • implement documentation freshness tracking with KG integration and fix js-yaml vulnerability (978aa5a)
  • improve branch coverage to 81.41%, add KG efficiency improvements (e0f9641)

🐛 Bug Fixes

  • correct sidebar reference for mcp-resource-pattern-redesign (1168821), closes #19519888749
  • resolve KG storage issues and test failures, improve branch coverage to 81.32% (9fd72d5)
  • update deploy-docs workflow from Jekyll to Docusaurus (fdc363a), closes #19519733512
  • upgrade GitHub Actions to resolve deprecation warnings (67fea5d)

0.5.1 (2025-11-18)

📚 Documentation

  • comprehensive documentation validation and updates (abc8bc5)

🐛 Bug Fixes

  • add forceExit to Jest config for CI to prevent worker process hangs (c5dada6), closes #216
  • remove ADR-010 from sidebar to fix Docker build (1ce448f)
  • resolve GitHub Actions build failure (a1b6b23)
  • update dependencies and adjust security audit workflow (033a4f3)

Installation

npm install -g documcp@v0.5.5

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

Release v0.5.4

15 Dec 16:10

Choose a tag to compare

DocuMCP Release v0.5.4

0.5.3 (2025-12-15)

⚠ BREAKING CHANGES

  • adr: ADR filenames changed from XXX- to adr-XXXX- format.
    All references updated, but external tools may need updates.

📚 Documentation

  • add architectural changes summary (81a5680), closes #74
  • add CE-MCP compatibility analysis and update ADRs (149c058), closes #69
  • add documentation for freshness tracking and sitemap management features (050216a)
  • adrs: add workflow consistency note to ADR-005 (1d25bd0)
  • adrs: update ADR-013 status to Accepted with implementation details (ef03918)
  • update documentation freshness metadata (4a70e6d)
  • update documentation freshness validation timestamps (12e1c68)

🚀 Features

  • Add agent artifact detection and cleanup tool (#80) (210a274)
  • add change watcher for drift detection (362fbca)
  • add Code Mode prompts and server optimization hints (91800a9)
  • Add Diataxis type tracking to CodeExample interface (#81) (9bbac23)
  • Add LLM integration layer for semantic code analysis (#82) (f7b6fcd)
  • Add priority scoring system for documentation drift (#83) (40afe64)
  • adr: standardize ADR naming and complete ADR-012 implementation (b144770)
  • ast-analyzer: add call graph builder for execution path tracing (#72) (8adb6ad)
  • execution-simulator: implement LLM-based code tracing (#73) (9809784)
  • Extend knowledge graph with documentation example entities (#78) (577a312), closes #77 tosin2013/documcp#77
  • release: implement npm publishing verification and automated changelog (#1, #2) (dbef13f), closes #77 #78 #80 #81 #82 #83 #3

🐛 Bug Fixes

  • ci: correct deploy-docs workflow for Docusaurus build (66f7b94)
  • ci: improve husky hook bypass for release workflow (17dd37d)
  • ci: migrate deploy-docs workflow from Jekyll to Docusaurus (8b44235)
  • ci: optimize API docs workflow steps (e0be347)
  • ci: relax commitlint rules for release workflow (f5a6fdf)
  • ci: remove deprecated husky.sh pattern from pre-commit hook (25358e1)
  • ci: resolve coverage threshold failure and add user-feedback-integration tests (b4f6cc6)
  • ci: resolve race condition in KG storage and add test isolation (9d91aa8)
  • ci: update deploy-docs workflow to use latest GitHub Actions versions (2240f73)
  • ci: update deprecated GitHub Actions to v4 (e8fd907)
  • docs: add missing id field to ADR-0010 frontmatter (7afd3fc)
  • docs: align sidebars.js with updated ADR frontmatter IDs (dfd3163)
  • docs: resolve MDX compilation errors in ADR and how-to files (106b9fa)
  • docs: update ADR frontmatter IDs to match new naming convention (b64e305)
  • handle missing dependencies in generate-technical-writer-prompts (306567b)

0.5.2 (2025-11-19)

🚀 Features

  • add GitHub Copilot instructions and specialized agents (3ba709f)
  • add MCP prompts and resources for documentation freshness tracking (2820c0e)
  • implement documentation freshness tracking with KG integration and fix js-yaml vulnerability (978aa5a)
  • improve branch coverage to 81.41%, add KG efficiency improvements (e0f9641)

🐛 Bug Fixes

  • correct sidebar reference for mcp-resource-pattern-redesign (1168821), closes #19519888749
  • resolve KG storage issues and test failures, improve branch coverage to 81.32% (9fd72d5)
  • update deploy-docs workflow from Jekyll to Docusaurus (fdc363a), closes #19519733512
  • upgrade GitHub Actions to resolve deprecation warnings (67fea5d)

0.5.1 (2025-11-18)

📚 Documentation

  • comprehensive documentation validation and updates (abc8bc5)

🐛 Bug Fixes

  • add forceExit to Jest config for CI to prevent worker process hangs (c5dada6), closes #216
  • remove ADR-010 from sidebar to fix Docker build (1ce448f)
  • resolve GitHub Actions build failure (a1b6b23)
  • update dependencies and adjust security audit workflow (033a4f3)

Installation

npm install -g documcp@v0.5.4

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

Release v0.5.3

15 Dec 16:03

Choose a tag to compare

DocuMCP Release v0.5.3

⚠ BREAKING CHANGES

  • adr: ADR filenames changed from XXX- to adr-XXXX- format.
    All references updated, but external tools may need updates.

📚 Documentation

  • add architectural changes summary (81a5680), closes #74
  • add CE-MCP compatibility analysis and update ADRs (149c058), closes #69
  • add documentation for freshness tracking and sitemap management features (050216a)
  • adrs: add workflow consistency note to ADR-005 (1d25bd0)
  • adrs: update ADR-013 status to Accepted with implementation details (ef03918)
  • update documentation freshness metadata (4a70e6d)
  • update documentation freshness validation timestamps (12e1c68)

🚀 Features

  • Add agent artifact detection and cleanup tool (#80) (210a274)
  • add change watcher for drift detection (362fbca)
  • add Code Mode prompts and server optimization hints (91800a9)
  • Add Diataxis type tracking to CodeExample interface (#81) (9bbac23)
  • Add LLM integration layer for semantic code analysis (#82) (f7b6fcd)
  • Add priority scoring system for documentation drift (#83) (40afe64)
  • adr: standardize ADR naming and complete ADR-012 implementation (b144770)
  • ast-analyzer: add call graph builder for execution path tracing (#72) (8adb6ad)
  • execution-simulator: implement LLM-based code tracing (#73) (9809784)
  • Extend knowledge graph with documentation example entities (#78) (577a312), closes #77 tosin2013/documcp#77
  • release: implement npm publishing verification and automated changelog (#1, #2) (dbef13f), closes #77 #78 #80 #81 #82 #83 #3

🐛 Bug Fixes

  • ci: correct deploy-docs workflow for Docusaurus build (66f7b94)
  • ci: improve husky hook bypass for release workflow (17dd37d)
  • ci: migrate deploy-docs workflow from Jekyll to Docusaurus (8b44235)
  • ci: optimize API docs workflow steps (e0be347)
  • ci: relax commitlint rules for release workflow (f5a6fdf)
  • ci: remove deprecated husky.sh pattern from pre-commit hook (25358e1)
  • ci: resolve coverage threshold failure and add user-feedback-integration tests (b4f6cc6)
  • ci: resolve race condition in KG storage and add test isolation (9d91aa8)
  • ci: update deploy-docs workflow to use latest GitHub Actions versions (2240f73)
  • ci: update deprecated GitHub Actions to v4 (e8fd907)
  • docs: add missing id field to ADR-0010 frontmatter (7afd3fc)
  • docs: align sidebars.js with updated ADR frontmatter IDs (dfd3163)
  • docs: resolve MDX compilation errors in ADR and how-to files (106b9fa)
  • docs: update ADR frontmatter IDs to match new naming convention (b64e305)
  • handle missing dependencies in generate-technical-writer-prompts (306567b)

0.5.2 (2025-11-19)

🚀 Features

  • add GitHub Copilot instructions and specialized agents (3ba709f)
  • add MCP prompts and resources for documentation freshness tracking (2820c0e)
  • implement documentation freshness tracking with KG integration and fix js-yaml vulnerability (978aa5a)
  • improve branch coverage to 81.41%, add KG efficiency improvements (e0f9641)

🐛 Bug Fixes

  • correct sidebar reference for mcp-resource-pattern-redesign (1168821), closes #19519888749
  • resolve KG storage issues and test failures, improve branch coverage to 81.32% (9fd72d5)
  • update deploy-docs workflow from Jekyll to Docusaurus (fdc363a), closes #19519733512
  • upgrade GitHub Actions to resolve deprecation warnings (67fea5d)

0.5.1 (2025-11-18)

📚 Documentation

  • comprehensive documentation validation and updates (abc8bc5)

🐛 Bug Fixes

  • add forceExit to Jest config for CI to prevent worker process hangs (c5dada6), closes #216
  • remove ADR-010 from sidebar to fix Docker build (1ce448f)
  • resolve GitHub Actions build failure (a1b6b23)
  • update dependencies and adjust security audit workflow (033a4f3)

Installation

npm install -g documcp@v0.5.3

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

Release v0.5.2

19 Nov 23:55

Choose a tag to compare

DocuMCP Release v0.5.2

Release v0.5.2

Installation

npm install -g documcp@v0.5.2

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

Release v0.5.1

19 Nov 00:00

Choose a tag to compare

DocuMCP Release v0.5.1

Release v0.5.1

Installation

npm install -g documcp@v0.5.1

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