UNPKG

mcp-cisco-support

Version:

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

21 lines 745 B
/** * MCP Sampling-Powered Tools * * These tools leverage MCP sampling to provide intelligent, AI-powered features * that enhance the Cisco Support MCP Server capabilities. * * Note: These tools require clients that support MCP sampling capability. */ import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { Server } from '@modelcontextprotocol/sdk/server/index.js'; /** * Tool definitions for sampling-powered features */ export declare const samplingTools: Tool[]; /** * Tool handler for sampling-powered tools */ export declare function handleSamplingTool(server: Server, toolName: string, args: any, ciscoAuth: { getAccessToken: () => Promise<string>; }): Promise<any>; //# sourceMappingURL=sampling-tools.d.ts.map