Skip to content

v2.19.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 10:11
· 15 commits to main since this release
v2.19.1
7ce7893

What's Changed

Fixed

  • search_docs returned no results for any query, on every published version. Coolify changed the format of llms-full.txt; the parser produced zero chunks, the empty index looked like a working one, and every search answered "no matches" instead of erroring. The tool now indexes llms.txt (the ~46KB page index with per-page descriptions) instead of parsing the ~40MB full dump, returns ranked pages (title, url, description) rather than snippets, and treats a zero-entry parse as a hard error. A live-format canary in the integration suite fetches the real file, so the next upstream format change fails CI instead of failing users silently.
  • list_containers on a pre-4.2 instance showed the generic uuid-mismatch hint instead of the v4.2 upgrade hint. The tool calls the /applications and /databases endpoints in parallel and the /databases 404 usually wins the race; the hint now covers both routes. Found running the tool against a live 4.1.2 instance.

📦 View on npm

🖱️ One-click Claude Desktop install: download coolify-mcp.mcpb below and drag it into Settings → Extensions.