build-app-html-entry.ts 325 B

1234567891011
  1. /**
  2. * Server-side utility for building self-contained MCP App HTML.
  3. *
  4. * This entry point does NOT depend on React and is safe to import
  5. * in Node.js / server environments.
  6. *
  7. * @packageDocumentation
  8. */
  9. export { buildAppHtml } from "./build-app-html.js";
  10. export type { BuildAppHtmlOptions } from "./build-app-html.js";