feat: implement download_resume_pdf mcp tool

This commit is contained in:
Amruth Pillai
2026-06-01 10:26:28 +02:00
parent 9ce5bacd22
commit 0df7f21130
35 changed files with 1951 additions and 1602 deletions
+6 -6
View File
@@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/amruthpillai/reactive-resume.git"
},
"packageManager": "pnpm@11.4.0",
"packageManager": "pnpm@11.5.0",
"workspaces": [
"apps/*",
"packages/*",
@@ -39,8 +39,8 @@
},
"devDependencies": {
"@biomejs/biome": "^2.4.16",
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.1",
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"@reactive-resume/config": "workspace:*",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
@@ -49,10 +49,10 @@
"@types/node": "^25.9.1",
"@vitest/coverage-v8": "^4.1.7",
"happy-dom": "^20.9.0",
"knip": "^6.14.2",
"lefthook": "^2.1.8",
"knip": "^6.15.0",
"lefthook": "^2.1.9",
"npm-check-updates": "^22.2.1",
"turbo": "^2.9.15",
"turbo": "^2.9.16",
"typescript": "^6.0.3",
"vitest": "^4.1.7"
}