/** * CMS media tools. The rehost API shipped first; its MCP tool was deferred * to the curated-toolset work, then re-added to the DEFAULT surface once the CMS * STRAP consolidation reclaimed enough of the 64KB stdio tools/list * budget to advertise it upfront — reachable natively, not behind an opt-in flag * (a tool the host can't see at turn start is uncallable; #1967). * * Rehost fetches a public https image (SSRF-guarded server-side: https-only, * DNS-resolved + IP-pinned, private/metadata targets rejected) and stores it on * Frase-hosted Blob storage, returning a stable URL so published content never * hotlinks a third-party image that may move or rate-limit. */ import type { McpToolDefinition, ToolContext, ToolResult } from "../types.js"; export declare const mediaTools: McpToolDefinition[]; export declare const mediaExecutors: Record Promise>; //# sourceMappingURL=media.d.ts.map