(config: ServerConfig)
| 372 | } |
| 373 | |
| 374 | function assetBaseUrl(config: ServerConfig): string { |
| 375 | return `${config.publicBaseUrl.replace(/\/+$/, "")}/mcp-app-assets`; |
| 376 | } |
| 377 | |
| 378 | function uiManifestUrl(): URL { |
| 379 | return new URL("../dist/ui/.vite/manifest.json", import.meta.url); |