Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/21st-dev/magic-mcp
/ constructor
Method
constructor
src/utils/callback-server.ts:19–21 ·
view source on GitHub ↗
(port = 9221)
Source
from the content-addressed store, hash-verified
17
private promiseReject?: (reason: any) => void;
18
19
constructor(port = 9221) {
20
this.port = port;
21
}
22
23
getPort(): number {
24
return
this.port;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected