better mcp server

This commit is contained in:
Amruth Pillai
2026-04-09 00:28:31 +02:00
parent 06b9da39ed
commit 1810dc8b07
14 changed files with 1831 additions and 1502 deletions
-1
View File
@@ -169,7 +169,6 @@ export function ImportResumeDialog(_: DialogProps<"resume.import">) {
if (!isAIEnabled)
throw new Error(t`This feature requires AI Integration to be enabled. Please enable it in the settings.`);
// const arrayBuffer = await values.file.arrayBuffer();
const base64 = await fileToBase64(values.file);
const mediaType =