thoth.mcp_server

Thoth MCP Server package.

Functions

invoker()

Main entry point for the MCP server.

run_server()

Synchronous entry point for running the server.

Classes

ThothMCPServer([name, version])

Main Thoth MCP Server implementation.

class thoth.mcp_server.ThothMCPServer(name: str = 'thoth-server', version: str = '1.0.0')[source]

Bases: object

Main Thoth MCP Server implementation.

__init__(name: str = 'thoth-server', version: str = '1.0.0')[source]

Initialize the Thoth MCP Server.

Parameters:
  • name – Server name identifier

  • version – Server version

async run() None[source]

Run the MCP server with stdio transport.

async thoth.mcp_server.invoker() None[source]

Main entry point for the MCP server.

thoth.mcp_server.run_server() None[source]

Synchronous entry point for running the server.

Modules

server

Thoth MCP Server - Main remote MCP server implementation.