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

Method post

packages/server/src/routes/tools.ts:44–44  ·  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

42 ) => Promise<void> | void,
43 ): unknown;
44 post(
45 path: string,
46 options: { preHandler: unknown[]; schema?: Record<string, unknown> },
47 handler: (

Callers 1

registerToolsRoutesFunction · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected