Stylesheet URL paths, using the same path rules as ExternalViewManifestEntry.entry.
Module entry path. Dev: origin-absolute Vite URL (/…). Production:
view-relative path under .mcp-use/build/views/<name>/ (assets/…).
Discriminant for the external-module shape.
External view entry loaded through stylesheet and module URLs.
Production builds use view-relative asset paths (
assets/…) served from${basePath}/_mcp-use/views/<name>/, or full URLs after anMCP_ASSETS_URLrewrite. Dev uses origin-absolute Vite paths for HMR and Fast Refresh.