/** * `content_browse` — read-only content-tree browse. * * Enumerates the items under a path (bounded depth) so an agent can see * "what is under here" in one call. The thin MCP wrapper over * `runContentBrowse` (`@/hygiene/tasks/browse`). */ import type { McpRegistry } from "../registry.js"; export declare const registerBrowseTools: (registry: McpRegistry) => void;