mcp-cisco-support
Version:
MCP server for Cisco Support APIs including Bug Search and future tools
22 lines • 855 B
TypeScript
import { Tool } from '@modelcontextprotocol/sdk/types.js';
import { BaseApi } from './base-api.js';
import { ToolArgs } from '../utils/validation.js';
import { ApiResponse } from '../utils/formatting.js';
export declare class ProductApi extends BaseApi {
protected baseUrl: string;
protected apiName: string;
getTools(): Tool[];
executeTool(name: string, args: ToolArgs, meta?: {
progressToken?: string;
}): Promise<ApiResponse>;
private getProductInfoBySerialNumbers;
private getProductInfoByProductIds;
private getProductMdfInfoByProductIds;
private formatProductInfoResponse;
private formatProduct;
private formatProductMdfResponse;
private formatMdfProduct;
private generateCiscoProductUrl;
protected getResultCount(data: ApiResponse): number;
}
//# sourceMappingURL=product-api.d.ts.map