MCPcopy
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

2import net from "net";
3
4export interface CallbackResponse {
5 data?: any;
6}
7
8export interface CallbackServerConfig {
9 timeout?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected