MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / get

Method get

packages/server/src/routes/guiStore.ts:18–18  ·  view source on GitHub ↗
(
    path: string,
    options: { schema?: Record<string, unknown> },
    handler: (
      req: { id: string; query?: unknown },
      reply: { send(payload: unknown): void },
    ) => Promise<void> | void,
  )

Source from the content-addressed store, hash-verified

16
17interface GuiStoreRouteHost {
18 get(
19 path: string,
20 options: { schema?: Record<string, unknown> },
21 handler: (

Callers 1

registerGuiStoreRoutesFunction · 0.65

Implementers 1

DaemonHttpClientapps/kimi-web/src/api/daemon/http.ts

Calls

no outgoing calls

Tested by

no test coverage detected