UNPKG

tuxcare-eportal-mcp

Version:

TuxCare ePortal MCP server for integrating with TuxCare ePortal API

17 lines 516 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { EPortalClient } from '../utils/api-client.js'; export declare function registerFeedTools(tools: Map<string, Tool>): void; export declare function handleFeedTool(name: string, args: any, client: EPortalClient): Promise<{ content: { type: string; text: string; }[]; isError?: undefined; } | { content: { type: string; text: string; }[]; isError: boolean; }>; //# sourceMappingURL=feeds.d.ts.map