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

Method get

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

Source from the content-addressed store, hash-verified

40
41interface TasksRouteHost {
42 get(
43 path: string,
44 options: { preHandler: unknown[]; schema?: Record<string, unknown> } | undefined,
45 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