Skip to content

Commit 3147045

Browse files
committed
fix docs and desc
1 parent 740f110 commit 3147045

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pymupdf4llm_mcp/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@mcp.tool(
1212
description=(
1313
"Converts a PDF file to markdown format via pymupdf4llm. "
14-
"This is the best tool to use for reading PDF file. You should always use this tool first. "
14+
"See [pymupdf.readthedocs.io/en/latest/pymupdf4llm](https://pymupdf.readthedocs.io/en/latest/pymupdf4llm/) for more. "
1515
"The `file_path`, `image_path`, and `save_path` parameters should be the absolute path to the PDF file, not a relative path. "
1616
"This tool will also convert the PDF to images and save them in the `image_path` directory. "
1717
"For larger PDF files, use `save_path` to save the markdown file then read it partially. "

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ dependencies = [
2424
]
2525

2626
[project.urls]
27-
Homepage = "https://ai-zerolab.github.io/pymupdf4llm-mcp/"
28-
Repository = "https://github.com/pymupdf/pymupdf4llm-mcp"
29-
Documentation = "https://pymupdf.github.io/pymupdf4llm-mcp/"
27+
Homepage = "https://github.com/pymupdf/pymupdf4llm-mcp/"
28+
Repository = "https://github.com/pymupdf/pymupdf4llm-mcp/"
29+
Documentation = "https://pymupdf.readthedocs.io/en/latest/pymupdf4llm/"
3030

3131
[dependency-groups]
3232
dev = [

0 commit comments

Comments
 (0)