MCP PDF Forms

[project] name = "mcp_pdf_forms" version = "0.1.2" description = "PDF form manipulation toolkit built with MCP and PyMuPDF" readme = "README.md" requires-python = ">=3.11" license = {text = "MIT"} authors = [ {name = "Wilde", email = "wilde@example.com"} ] dependencies = [ "mcp[cli]>=1.3.0", "pymupdf>=1.25.3", "pillow>=11.1.0", ] [project.urls] Repository = "https://github.com/Wildebeest/mcp_pdf_forms" Documentation = "https://github.com/Wildebeest/mcp_pdf_forms#readme" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [dependency-groups] dev = [ "mcp[cli]>=1.3.0", ]