One entryMerged PR· StuMason/coolify-mcp· TypeScript
PR #251 merged: docs: remove hidden agent-directed comment from README (#250)
additions
+0
deletions
-7
files changed
1
Summary
Removes the HTML comment at the top of README.md flagged in #250. The comment was invisible in GitHub's rendered view but addressed to AI agents reading the raw file, steering them toward an external, keyless MCP endpoint. For a security-sensitive MCP package that users vet before installing, agent-directed instructions hidden from human readers are a trust concern regardless of intent, so it's removed.
Changes
- Delete the 6-line hidden
<!-- ... -->comment block from the top ofREADME.md; the file now opens directly on the# Coolify MCP Serverheading.
Test plan
- Tests added/updated — N/A, docs-only change with no runtime surface
- Manually tested locally — verified the comment is gone and the README renders from the heading
Checklist
- Code follows project conventions
- Documentation updated if needed
Closes #250
Generated by Claude Code