mcp-talent-server
Version:
Model Context Protocol server for talent management tools
28 lines • 861 B
TypeScript
declare class TalentMCPServer {
private server;
private galleryZipExporter;
private structuredSheetSearch;
private vectorSearch;
private rosterTool;
constructor();
private setupToolHandlers;
private handleGalleryZipExport;
private handleSheetSchema;
private handleSheets;
private handleSheetsSchema;
private handleStructuredSheetsSearch;
private handleVectorSearch;
private handleRosterMain;
private handleRosterFilesList;
private handleRosterFileContent;
private handleRosterFilesLinksList;
private handleOrignalSheetsList;
private handleOrignalSheetColumns;
private handleOrignalSheetContentSearch;
private setupErrorHandling;
start(): Promise<void>;
}
export declare const talentServer: TalentMCPServer;
export {};
//# sourceMappingURL=index.d.ts.map