/** * MCP App Consent Module * * Exports the self-contained consent HTML for serving via MCP Apps * resources/read, plus supporting types. * * @module @kya-os/consent/mcp-app */ export { CONSENT_MCP_APP_HTML, CONSENT_MCP_APP_HTML_SIZE } from "./inline.js"; export type { ConsentParams, ConsentApprovalResponse } from "./types.js";