/** * Tools deliberately WITHDRAWN from the surface. * * Kept as an explicit list because removal is only half-observable: a build * artifact that still contains a withdrawn tool looks identical, to every * name-based check, to one that simply never had it. Checking that the current * tools are all present cannot detect a lingering removed one — those are * opposite directions, and the CI bundle check was blind to this one for * exactly that reason. * * A Desktop Extension built from a stale bundle would keep advertising and * dispatching a tool the server no longer implements, which surfaces to a * customer as a tool that exists and always errors. * * Add a name here when you remove a tool. Entries can be dropped once no * shipped artifact could plausibly still contain them. */ export declare const WITHDRAWN_TOOLS: readonly string[]; //# sourceMappingURL=withdrawn.d.ts.map