Skip to main content

Module server

Module server 

Source
Expand description

MCP server implementation.

The server handles the MCP protocol lifecycle:

  1. Initialize - exchange capabilities
  2. Handle tool calls - execute tools via providers
  3. Shutdown - graceful cleanup

Structs§

DeferredInit
Result of deferred background initialization (remote config + proxy).
McpServer