🚀 v2.0.14: Configurable PDF size limit via MCP_PDF_MAX_SIZE

This commit is contained in:
Ryan Malloy 2026-02-19 15:52:00 -07:00
parent 62d9b176c8
commit 5161a5f952
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "mcp-pdf"
version = "2.0.13"
version = "2.0.14"
description = "Secure FastMCP server for comprehensive PDF processing - text extraction, OCR, table extraction, forms, annotations, and more"
authors = [{name = "Ryan Malloy", email = "ryan@malloys.us"}]
readme = "README.md"

2
uv.lock generated
View File

@ -1032,7 +1032,7 @@ wheels = [
[[package]]
name = "mcp-pdf"
version = "2.0.13"
version = "2.0.14"
source = { editable = "." }
dependencies = [
{ name = "camelot-py", extra = ["cv"] },