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