thoth.mcp_server.server¶
Thoth MCP Server - Main remote MCP server implementation.
This module provides the core Model Context Protocol (MCP) server that enables remote tool and resource access.
Functions
|
Main entry point for the MCP server. |
Synchronous entry point for running the server. |
|
|
Creates and configures a secure logger with automatic sensitive data redaction. |
|
Server transport for stdio: this communicates with an MCP client by reading from the current process' stdin and writing to stdout. |
Classes
|
Special type indicating an unconstrained type. |
|
|
|
Text content for a message. |
|
Main Thoth MCP Server implementation. |
|
Definition for a tool the client can call. |
- class thoth.mcp_server.server.ThothMCPServer(name: str = 'thoth-server', version: str = '1.0.0')[source]¶
Bases:
objectMain Thoth MCP Server implementation.