Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/21st-dev/magic-mcp
/ CallbackResponse
Interface
CallbackResponse
src/utils/callback-server.ts:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import
net from
"net"
;
3
4
export
interface
CallbackResponse {
5
data?: any;
6
}
7
8
export
interface
CallbackServerConfig {
9
timeout?: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected