#!/usr/bin/env node /** * SolMail MCP HTTP Server for Smithery * * This wraps the MCP server functionality in an HTTP API for public distribution. * Users must provide their own wallet credentials via API authentication. */ export {};