Releases: Hexecu/mcp-doc-builder
Releases · Hexecu/mcp-doc-builder
v0.1.4: Strict Environment Variable Override
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
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
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
Introduced interactive UI with questionary, robust docker engine checks, and standalone docker run for Neo4j