MCP server for aihu — exposes aihu_example and aihu_validate tools via stdio transport.
createServerfunction createServer(): ServerCreate and configure the MCP server instance (without connecting).
startServerasync function startServer(): Promise<void>Start the MCP server with stdio transport.