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

Method post

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

Source from the content-addressed store, hash-verified

24 ) => Promise<void> | void,
25 ): unknown;
26 post(
27 path: string,
28 options: { schema?: Record<string, unknown> },
29 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