#!/usr/bin/env node /** * RevealUI Docs MCP Server — stdio launcher. * * Thin wrapper around `createDocsServer()` (see `./factories/docs.ts` for the * full surface). Resolves the monorepo root so the server can read first-party * `@revealui/*` packages, then speaks stdio-MCP — the canonical deployment for * Claude Code / custom-agent integration and the hypervisor's spawn pipeline. * * Root resolution order: * 1. `REVEALUI_ROOT` env var (when it contains a `pnpm-workspace.yaml`). * 2. Walk up from `process.cwd()` to the first dir with `pnpm-workspace.yaml`. * 3. Fall back to `process.cwd()` (the server then enumerates zero packages). * * **Not** Pro-license-gated — see the factory header for the rationale. */ export {}; //# sourceMappingURL=docs.d.ts.map