#!/usr/bin/env node /** * CLI for Advocu MCP Server * Allows users to configure and run the server via npx */ /** * Export CLI function for use from main entry point */ export declare function runCLI(): Promise; //# sourceMappingURL=cli.d.ts.map