import type { H2AConfigurableHostDescriptor, McpHostConfigSnippet, RenderMcpConfigOptions } from "./codex.js"; /** * Hermes Agent exposes MCP management via `hermes mcp {add,list,test,...}` and * stores user configuration under `~/.hermes`. h2a renders the same stdio MCP * server shape used by the other hosts; users can either merge the JSON into * Hermes' MCP config or register it with `hermes mcp add` where available. */ export declare function renderMcpConfig(options?: RenderMcpConfigOptions): McpHostConfigSnippet; export declare const H2A_HERMES_HOST: H2AConfigurableHostDescriptor; //# sourceMappingURL=hermes.d.ts.map