/** * `scai://help/*` resources — agent-discoverable documentation. * * The text content is intentionally compact so the agent can fetch the * whole resource without blowing up its context. For exhaustive prose * the agent should fall back to the project docs (linked from the * overview resource). */ import type { McpRegistry } from "../registry.js"; export declare const registerHelpResources: (registry: McpRegistry) => void;