MCP

Introduction

  • MCP is an open protocol that standardizes how applications provide context to LLMs

  • MCP provides a standardized way to connect AI models to different data sources and tools.

Stdio

  • STDIO (Standard Input/Output) Transport is primarily used for inter-process communication within the same system. It allows a client application to send data to a server application through the standard input and receive responses via the standard output streams.

Server

Client

SSE Server

  • ​Server-Sent Events (SSE) is a technology that enables servers to push real-time updates to web clients over a single, long-lived HTTP connection. This allows for efficient, one-way communication from the server to the client, making it suitable for applications that require real-time data updates

Server

Client

References

Last updated

Was this helpful?