UNPKG

guardian-mcp-server

Version:
4 lines 245 B
import { GuardianClient } from '../api/guardian-client.js'; export type ToolHandler = (args: any) => Promise<string>; export declare function registerTools(client: GuardianClient): Record<string, ToolHandler>; //# sourceMappingURL=index.d.ts.map