Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
export
interface
CallbackServerConfig {
9
timeout?: number;
10
}
11
12
export
class
CallbackServer {
13
private server: Server | null = null;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected