import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { ServerContext } from "../context.js"; /** * Session artifact tools (proposal G4). Web-mode only — artifacts are served * by the deployment's blob store through the Web API; the MCP server has no * blob-store client in direct mode. * * Binary content stays over HTTP: get_artifact returns the authenticated * download route for binaries rather than base64-inflating MCP responses. */ export declare function registerArtifactTools(server: McpServer, ctx: ServerContext): void; //# sourceMappingURL=artifacts.d.ts.map