lightpdf-aipdf-mcp 0.1.105__py3-none-any.whl → 0.1.107__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- lightpdf_aipdf_mcp/server.py +7 -3
- {lightpdf_aipdf_mcp-0.1.105.dist-info → lightpdf_aipdf_mcp-0.1.107.dist-info}/METADATA +1 -1
- {lightpdf_aipdf_mcp-0.1.105.dist-info → lightpdf_aipdf_mcp-0.1.107.dist-info}/RECORD +5 -5
- {lightpdf_aipdf_mcp-0.1.105.dist-info → lightpdf_aipdf_mcp-0.1.107.dist-info}/WHEEL +0 -0
- {lightpdf_aipdf_mcp-0.1.105.dist-info → lightpdf_aipdf_mcp-0.1.107.dist-info}/entry_points.txt +0 -0
lightpdf_aipdf_mcp/server.py
CHANGED
@@ -454,11 +454,15 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
454
454
|
"enum": [0, 1],
|
455
455
|
"default": 0,
|
456
456
|
"description": "Only effective in the following scenarios (meaning varies by scenario):\n"
|
457
|
-
"- PDF to Image: 1 = merge all pages into one long image, 0 = output
|
457
|
+
"- PDF to Image: 1 = merge all pages into one long image, 0 = output a separate image for each page;\n"
|
458
458
|
"- Image to PDF: 1 = merge all images into a single PDF file, 0 = create one PDF file per image;\n"
|
459
|
-
"- PDF to Excel: 1 = merge all pages into one sheet, 0 =
|
460
|
-
"- Excel to PDF: 1 = force each sheet to be converted into a single PDF page (one sheet, one page, even if content overflows; no additional pages will be created); 0 = each sheet may be split into multiple PDF pages if the content is too large.\n"
|
459
|
+
"- PDF to Excel: 1 = merge all pages into one sheet, 0 = each page is converted into a separate sheet.\n"
|
461
460
|
"This parameter is ignored for other conversion types."
|
461
|
+
},
|
462
|
+
"one_page_per_sheet": {
|
463
|
+
"type": "boolean",
|
464
|
+
"default": False,
|
465
|
+
"description": "Only effective when converting Excel to PDF. If true, each sheet will be forced to fit into a single PDF page (even if content overflows; no additional pages will be created). If false, each sheet may be split into multiple PDF pages if the content is too large."
|
462
466
|
}
|
463
467
|
},
|
464
468
|
"required": ["files", "format"]
|
@@ -3,9 +3,9 @@ lightpdf_aipdf_mcp/common.py,sha256=PhTf7Zg6mEgn1rTmJDHotXp-4xb2gWFf-Dy_t25qNdY,
|
|
3
3
|
lightpdf_aipdf_mcp/converter.py,sha256=0Xv3k_fdyrqhT_ijcXMKvkL4TuryA-crkqMzLFMHp74,16470
|
4
4
|
lightpdf_aipdf_mcp/create_pdf.py,sha256=jKyzObP3Mj55yZ7EY2D0Qx-YkppFgEm_YmoBVB0VGEs,2265
|
5
5
|
lightpdf_aipdf_mcp/editor.py,sha256=vPaahaAV6pDZi_eheRGSgHzfZxc6ZqQyxHDgsNfdgjQ,29899
|
6
|
-
lightpdf_aipdf_mcp/server.py,sha256=
|
6
|
+
lightpdf_aipdf_mcp/server.py,sha256=RynbDREojuF4bDWhUGU4-Rl0LC-aRHnaTsvIwTcBAN8,65269
|
7
7
|
lightpdf_aipdf_mcp/translator.py,sha256=NbFDz-mZSD4qCNQVyV0W_0x6xXwbqs_7FiBU13JAxZs,4243
|
8
|
-
lightpdf_aipdf_mcp-0.1.
|
9
|
-
lightpdf_aipdf_mcp-0.1.
|
10
|
-
lightpdf_aipdf_mcp-0.1.
|
11
|
-
lightpdf_aipdf_mcp-0.1.
|
8
|
+
lightpdf_aipdf_mcp-0.1.107.dist-info/METADATA,sha256=yQnHHECYdCS_YQS_zzSs0TTd2UFEGFXnl-ikd4uDVrI,8120
|
9
|
+
lightpdf_aipdf_mcp-0.1.107.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
+
lightpdf_aipdf_mcp-0.1.107.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
|
11
|
+
lightpdf_aipdf_mcp-0.1.107.dist-info/RECORD,,
|
File without changes
|
{lightpdf_aipdf_mcp-0.1.105.dist-info → lightpdf_aipdf_mcp-0.1.107.dist-info}/entry_points.txt
RENAMED
File without changes
|