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