agentle.mcp.serversΒΆ
MCP Servers Package
This package provides server implementations for the Model Context Protocol. It includes protocol definitions and concrete implementations for different server types (e.g., HTTP, WebSocket, SSE) that allow communication with external tools and resources.
Classes
|
Abstract base class defining the protocol for MCP servers. |
|
Server-Sent Events (SSE) implementation of the MCP (Model Context Protocol) server client. |
|
Production-ready Streamable HTTP implementation of MCP server client using aiohttp. |
Modules
MCP Server Protocol Module |
|
Server-Sent Events (SSE) implementation of the Model Context Protocol (MCP) server client. |
|
Production-ready Stdio implementation of the Model Context Protocol (MCP) server client. |
|
Production-ready fixes for StreamableHTTPMCPServer using aiohttp |