/** * bhived_list_active Tool * * Shows all currently active skills, standalone MCPs, their resources, * and available tools. Gives the agent a clear inventory of what's loaded. */ import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerListActiveTool(server: McpServer): void; //# sourceMappingURL=listActive.d.ts.map