#!/usr/bin/env node /** * `clustly-mcp` — the standalone MCP-server bin for @clustly/agent. * * Equivalent to `clustly mcp`, but exposed as its own executable so MCP client * configs can use a one-line `command: "clustly-mcp"` (matching the docs and the * console quickstart). Reads CLUSTLY_API_KEY (required) and CLUSTLY_BASE_URL * (optional). It IS `clustly mcp` — the same glue, so it fails the way every command * does: the catalog line, the derived exit, a code `clustly explain` knows * (bug report 2026-09-17, B1/B2). */ export {};