Skip to content

Releases: Hexecu/mcp-doc-builder

v0.1.4: Strict Environment Variable Override

10 Mar 23:40

Choose a tag to compare

Fixed an issue where doc-mcp-index would fail with Unauthorized errors if the active terminal session already contained exported NEO4J_ auth variables. The CLI tools will now strictly enforce the settings present in ~/.doc-builder/.env

v0.1.3: Global Configuration Path Fix

10 Mar 23:31

Choose a tag to compare

Fixed an issue where doc-mcp-index and doc-mcp-status could not find the .env file when installed globally via pipx because they relied on local paths. They now read and write from ~/.doc-builder/.env natively.

v0.1.2: Hotfix CLI Event Loop

10 Mar 17:43

Choose a tag to compare

Fixed an issue that prevented Neo4j Docker startup due to an uninitialized asyncio event loop in the main thread

v0.1.1: Improved CLI Setup Wizard

10 Mar 17:22

Choose a tag to compare

Introduced interactive UI with questionary, robust docker engine checks, and standalone docker run for Neo4j