MCPcopy
hub / github.com/MiniMax-AI/cli / MockServerOptions

Interface MockServerOptions

test/helpers/mock-server.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export type RouteHandler = (req: Request) => Response | Promise<Response>;
2
3export interface MockServerOptions {
4 routes: Record<string, RouteHandler>;
5}
6
7export interface MockServer {
8 url: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected