MCPcopy Create free account
hub / github.com/Waishnav/devspace / assetBaseUrl

Function assetBaseUrl

src/server.ts:374–376  ·  view source on GitHub ↗
(config: ServerConfig)

Source from the content-addressed store, hash-verified

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

Callers 1

workspaceAppHtmlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected