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

Method post

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

Source from the content-addressed store, hash-verified

48 ) => Promise<void> | void,
49 ): unknown;
50 post(
51 path: string,
52 options: { preHandler: unknown[]; schema?: Record<string, unknown> },
53 handler: (

Callers 1

registerTasksRoutesFunction · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected