UNPKG

resume-parser-mcp

Version:

To install dependencies:

7 lines (6 loc) 131 B
export type TTool = { name: string; description: string; parameters: any; execute: (args: any) => Promise<string>; }