/** * MCP Apps (SEP-1865) Server Routes * * Provides endpoints for storing widget data and serving widget HTML. * Reuses existing widget storage infrastructure from shared-utils.ts */ import type { Hono } from "hono"; /** * Register MCP Apps routes on the provided Hono app */ export declare function registerMcpAppsRoutes(app: Hono): void; //# sourceMappingURL=mcp-apps.d.ts.map