/** * MCP Server Entry Point * * Streamable HTTP server implementing the Model Context Protocol * for AI-assisted AASX editing with Claude integration. */ /** * Start the MCP server */ export declare function startServer(): Promise; //# sourceMappingURL=server.d.ts.map