UNPKG

mcp-cisco-support

Version:

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

14 lines 564 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { BaseApi } from './base-api.js'; import { ToolArgs } from '../utils/validation.js'; import { CaseApiResponse } from '../utils/formatting.js'; export declare class CaseApi extends BaseApi { protected baseUrl: string; protected apiName: string; getTools(): Tool[]; executeTool(name: string, args: ToolArgs, meta?: { progressToken?: string; }): Promise<CaseApiResponse>; protected getResultCount(data: CaseApiResponse): number; } //# sourceMappingURL=case-api.d.ts.map