UNPKG

mcp-cisco-support

Version:

MCP server for Cisco Support APIs including Bug Search and future tools

8 lines 374 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; export interface ToolArgs { [key: string]: any; } export declare function validateToolArgs(tool: Tool, args: ToolArgs): void; export declare function setDefaultValues(args: ToolArgs): ToolArgs; export declare function buildApiParams(args: ToolArgs): Record<string, any>; //# sourceMappingURL=validation.d.ts.map