All Classes and Interfaces
Class
Description
Abstract base class for HTTP-based MCP (Model Context Protocol) server
implementations.
Base implementation of a Model Context Protocol (MCP) server.
Interface for building tool and tool specification objects for MCP servers.
Common prompt-registration support for MCP GenAI adapters.
A generic adapter for integrating GenAI tools with different server
implementations.
Adapts Machai tools, prompts, and resources to the stateless HTTP MCP
transport.
HttpStatelessMcpServer sets up and runs a Model Context Protocol (MCP) server
that listens for HTTP requests on a specified port.
Adapts Machai tools and prompts to the streamable HTTP MCP transport.
Configures and runs a streamable HTTP Model Context Protocol (MCP) server
that listens for HTTP requests on a specified port.
Entry point for starting the MCP (Model Context Protocol) server.
Indicates that an MCP server could not be started.
Adapts Machai tools and prompts to the synchronous STDIO MCP transport.
StdioMcpServer sets up and runs a Model Context Protocol (MCP) server that
communicates via standard input and output (STDIO).