MCPcopy Create free account
hub / github.com/anomalyco/opencode / createClient

Function createClient

packages/app/src/context/server-sdk.tsx:272–278  ·  view source on GitHub ↗
(opts: Omit<Parameters<typeof createSdkForServer>[0], "server" | "fetch">)

Source from the content-addressed store, hash-verified

270 start,
271 },
272 createClient(opts: Omit<Parameters<typeof createSdkForServer>[0], "server" | "fetch">) {
273 return createSdkForServer({
274 server: server.http,
275 fetch: platform.fetch,
276 ...opts,
277 })
278 },
279 }
280}
281

Callers

nothing calls this directly

Calls 1

createSdkForServerFunction · 0.90

Tested by

no test coverage detected