import type { H2AConfigurableHostDescriptor, McpHostConfigSnippet, RenderMcpConfigOptions } from "./codex.js"; /** * Renders the JSON snippet a user must add to their Gemini CLI MCP config * to expose the `h2a mcp-serve` JSON-RPC 2.0 server as an MCP backend. * * Gemini CLI reads MCP servers from either `~/.gemini/settings.json` * (user-global) or a project-local `.gemini/settings.json` at the workspace * root. Both are documented in the path hint. */ export declare function renderMcpConfig(options?: RenderMcpConfigOptions): McpHostConfigSnippet; export declare const H2A_GEMINI_HOST: H2AConfigurableHostDescriptor; //# sourceMappingURL=gemini.d.ts.map