#!/usr/bin/env node export { loadAgentSchema, validateLoadAgentRef, formatLoadAgentRequiresUsername, checkRegistryRefMatch, } from "./contract.js"; /** * Phase 3 of agent-namespace: `main()` is exported so the bin * launcher (`packages/cli/bin/cursell-mcp.js`) imports + calls it * explicitly, rather than triggering a connect-on-import. Other * consumers (tests, the `edit_agent` tool, future helper imports) * can pull in this module without spawning a stdio transport in * their process. */ export declare function main(): Promise;