Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acehoss/mcp-gateway
/ functions
Functions
10 in github.com/acehoss/mcp-gateway
⨍
Functions
10
◇
Types & classes
9
↓ 3 callers
Method
start
()
src/gateway.ts:168
↓ 2 callers
Function
sendAndWaitForResponse
(stdioTransport: StdioClientTransport, message: any)
src/gateway.ts:415
↓ 1 callers
Method
authenticateRequest
(req: http.IncomingMessage)
src/gateway.ts:128
↓ 1 callers
Function
cleanupExpiredSessions
()
src/gateway.ts:67
↓ 1 callers
Function
dumpSchemas
(config: GatewayConfig, format: 'json' | 'yaml')
src/gateway.ts:432
↓ 1 callers
Function
getOrCreateSession
(sessionId: string, serverName: string, config: ServerConfig)
src/gateway.ts:78
↓ 1 callers
Function
handleRestRequest
( req: http.IncomingMessage, res: http.ServerResponse, config: GatewayConfig )
src/gateway.ts:335
Method
constructor
( public stdioTransport: StdioClientTransport, public sseTransport: SSEServerTransport )
src/gateway.ts:47
Method
constructor
(private config: GatewayConfig)
src/gateway.ts:108
Function
onMsg
(msg: any)
src/gateway.ts:417