MCP Gateway HTTP transport helpers — connection initialisation, request dispatch, response validation, and Authorization header construction.
Extracted from connection.ts to keep individual file sizes under 600 LOC. Operates on an explicit GatewayContext adapter rather than this.
connection.ts
this
Description
MCP Gateway HTTP transport helpers — connection initialisation, request dispatch, response validation, and Authorization header construction.
Extracted from
connection.tsto keep individual file sizes under 600 LOC. Operates on an explicit GatewayContext adapter rather thanthis.