feat: add pdf reader (#1818)

Co-authored-by: Angie Jones <jones.angie@gmail.com>
This commit is contained in:
Michael Neale
2025-03-24 16:32:39 +11:00
committed by GitHub
parent d47ab3e31b
commit e4563d1f1b
+13 -1
View File
@@ -118,5 +118,17 @@
"required": true
}
]
}
},
{
"id": "pdf_read",
"name": "PDF Reader",
"description": "Read large and complex PDF documents",
"command": "uvx mcp-read-pdf",
"link": "https://github.com/michaelneale/mcp-read-pdf",
"installation_notes": "Install using uvx package manager.",
"is_builtin": false,
"endorsed": true,
"githubStars": 1,
"environmentVariables": []
},
]