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

Class

packages/oauth/test/oauth.test.ts:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46class FakeOAuthServer {
47 private server: Server | undefined;
48 private responses: Map<string, FakeResponse[]> = new Map();
49 readonly recorded: Recorded[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected