Converters
Internal modules that bridge llm-chat types with MCP protocol types:
toolSchemaToZod: JSON Schema → Zod schematoolResultsToMcp:ToolResult[]→ MCPCallToolResult
Both are used by BaseMcpServer.registerTool() to
transform tools at registration time.
See also: Architecture, Servers