MCPcopy
hub / github.com/21st-dev/magic-mcp / CallbackServerConfig

Interface CallbackServerConfig

src/utils/callback-server.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8export interface CallbackServerConfig {
9 timeout?: number;
10}
11
12export class CallbackServer {
13 private server: Server | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected