Skip to content

Nov 13, 2025 · @mavam

The run_test and package_add_changelog MCP tools now catch SystemExit and other exceptions to keep the server responsive when external libraries fail early.

Make docs tooling resilient on fresh clones

Section titled “Make docs tooling resilient on fresh clones”

Nov 11, 2025 · @mavam

Fixed make dev failing on fresh repository clones.

Previously, make dev would fail on first use because the documentation database hadn’t been built yet. The tooling (make build-doc-index and make build-doc-db) now gracefully handles missing documentation files and creates necessary directories, making the initial setup experience smoother for new contributors.