passgage-mcp-server
Version:
Model Context Protocol (MCP) server for Passgage Public API integration
5 lines • 304 B
TypeScript
import { Tool } from '@modelcontextprotocol/sdk/types.js';
import { PassgageAPIClient } from '../api/client.js';
export declare function createCRUDTools(): Tool[];
export declare function handleCRUDTool(name: string, args: any, client: PassgageAPIClient): Promise<any>;
//# sourceMappingURL=crud.d.ts.map