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

Method post

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

18
19interface WorkspaceRouteHost {
20 post(
21 path: string,
22 options: { preHandler: unknown[]; schema?: Record<string, unknown> },
23 handler: (

Callers 1

registerWorkspacesRoutesFunction · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected