import type { H2AConfigurableHostDescriptor, McpHostConfigSnippet, RenderMcpConfigOptions } from "./codex.js"; /** * Renders the JSON snippet to expose `h2a mcp-serve` to **agy** (Antigravity, * Google — a Gemini-ecosystem agent CLI). Per the capability matrix * (`docs/plugin-capability-matrix.md`), agy embeds an MCP runtime and reads * servers from a dedicated slot `~/.gemini/config/mcp_config.json` (empty by * default), so it integrates exactly like the other three hosts (EVO-0 parity): * full MCP, incl. live sessions + push. The `/h2a` skill travels via * `agy plugin import` (the claude/gemini plugin path) — separate from this MCP * config and handled by install tooling. */ export declare function renderMcpConfig(options?: RenderMcpConfigOptions): McpHostConfigSnippet; export declare const H2A_AGY_HOST: H2AConfigurableHostDescriptor; //# sourceMappingURL=agy.d.ts.map