FrontierAI.Engineer
MCP & Integration

Transport

In MCP, a transport is the mechanism used to carry JSON-RPC messages between the client and server. The protocol currently defines two standard transports: stdio, where messages are exchanged over standard input and output of a child process, and HTTP with server-sent events for remote servers. The transport layer is intentionally decoupled from the protocol semantics, allowing the same server to be deployed locally or as a cloud service without changing the application logic.