StuMason/coolify-mcp
TypeScript
Pull Request Opened
PR #196 opened: docs: factual fixes surfaced by tech-writer review
Six small corrections that align the docs with what the code actually does. Surfaced by an internal staff-tech-writer review of the site against the source.
- tools/index.md: add missing
list_deploymentsrow (registered at src/lib/mcp-server.ts:1128 as a top-level tool, separate from the consolidateddeploymentaction tool) - guide/quickstart.md: remove non-existent
bulk_env_deletereference; drop "nuke button" metaphor; add a What next? footer - roadmap/index.md: fix broken markdown rendering at v2.10.0 bullet (unescaped underscores in
health_check_*andcreate_*); rewrite v2.11.0 bullet to stop double-countingsystemas both consolidation AND new tool family - index.md: align hero "42 consolidated tools" with body text (was saying "v2.0 cut to 38" without explaining the climb to 42)
- contributing/testing.md: replace
npm run typeswith the actual commandnpx tsc --noEmit(notypesscript exists in package.json) - contributing/adding-tools.md: step 6 now also requires updating the docs site's Tools reference when new tools/actions ship
Next PRs (separate) will address: security deep-dive page, troubleshooting/FAQ page, EAL accessibility sweep.
+13
additions
-8
deletions
5
files changed