MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / installWebServeShims

Function installWebServeShims

src/services/registry.ts:146–148  ·  view source on GitHub ↗

* Install remaining window shims for web-serve mode. * AI streaming shims have been removed — the service layer now * uses fetchSSE directly via useAgentStreamService/useLlmStreamService.

()

Source from the content-addressed store, hash-verified

144 * uses fetchSSE directly via useAgentStreamService/useLlmStreamService.
145 */
146async function installWebServeShims(): Promise<void> {
147 installMergeShims('web-serve')
148}
149
150/**
151 * Install merge-related window shims.

Callers 1

initWebServeAdaptersFunction · 0.85

Calls 1

installMergeShimsFunction · 0.85

Tested by

no test coverage detected