UNPKG

littlesis-mcp

Version:

MCP server for LittleSis API - track corporate power and accountability

16 lines 416 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; export declare const getRelationshipTool: Tool; export declare function handleGetRelationship(args: any): Promise<{ content: { type: string; text: string; }[]; isError?: undefined; } | { content: { type: string; text: string; }[]; isError: boolean; }>; //# sourceMappingURL=relationship-tools.d.ts.map