import type { H2AConfigurableHostDescriptor, McpHostConfigSnippet, RenderMcpConfigOptions } from "./codex.js"; /** * OpenCode uses JSON/JSONC project/user configuration and supports plugin/MCP * extension points in current distributions. h2a's host setup is deliberately * conservative: it renders a plain stdio MCP server entry and leaves the actual * merge/enable operation to the host-specific installer or the user. */ export declare function renderMcpConfig(options?: RenderMcpConfigOptions): McpHostConfigSnippet; export declare const H2A_OPENCODE_HOST: H2AConfigurableHostDescriptor; //# sourceMappingURL=opencode.d.ts.map