lightpdf-aipdf-mcp 0.1.119__py3-none-any.whl → 0.1.120__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 +5 -6
- {lightpdf_aipdf_mcp-0.1.119.dist-info → lightpdf_aipdf_mcp-0.1.120.dist-info}/METADATA +1 -1
- {lightpdf_aipdf_mcp-0.1.119.dist-info → lightpdf_aipdf_mcp-0.1.120.dist-info}/RECORD +5 -5
- {lightpdf_aipdf_mcp-0.1.119.dist-info → lightpdf_aipdf_mcp-0.1.120.dist-info}/WHEEL +0 -0
- {lightpdf_aipdf_mcp-0.1.119.dist-info → lightpdf_aipdf_mcp-0.1.120.dist-info}/entry_points.txt +0 -0
lightpdf_aipdf_mcp/server.py
CHANGED
@@ -793,7 +793,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
793
793
|
),
|
794
794
|
types.Tool(
|
795
795
|
name="split_pdf",
|
796
|
-
description="Split PDF documents by pages. You can split each page into a separate PDF file, split by specified page ranges, or split by outline/bookmarks/table of contents (outline). Split files can be multiple independent PDF files (returned as a zip package) or merged into a single PDF file.",
|
796
|
+
description="Split PDF documents by pages. You can split each page into a separate PDF file, split by specified page ranges, or split by outline/bookmarks/table of contents/headings (outline). Split files can be multiple independent PDF files (returned as a zip package) or merged into a single PDF file.",
|
797
797
|
inputSchema={
|
798
798
|
"type": "object",
|
799
799
|
"properties": {
|
@@ -821,13 +821,12 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
821
821
|
},
|
822
822
|
"split_type": {
|
823
823
|
"type": "string",
|
824
|
-
"description": "Split type: 'every' (split each page into a separate file), 'page' (split by page ranges), or 'outline' (split by PDF
|
825
|
-
"enum": ["every", "page", "outline"]
|
826
|
-
"default": "page"
|
824
|
+
"description": "Split type: 'every' (split each page into a separate file), 'page' (split by page ranges), or 'outline' (split by PDF bookmarks/outlines/table of contents/headings, each node as a separate PDF file).",
|
825
|
+
"enum": ["every", "page", "outline"]
|
827
826
|
},
|
828
827
|
"pages": {
|
829
828
|
"type": "string",
|
830
|
-
"description": "
|
829
|
+
"description": "Page ranges to split, e.g. '1,3,5-7' or '' (empty for all pages). Required and only valid when split_type is 'page'."
|
831
830
|
},
|
832
831
|
"merge_all": {
|
833
832
|
"type": "integer",
|
@@ -836,7 +835,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
836
835
|
"default": 0
|
837
836
|
}
|
838
837
|
},
|
839
|
-
"required": ["files"]
|
838
|
+
"required": ["files", "split_type"]
|
840
839
|
}
|
841
840
|
),
|
842
841
|
types.Tool(
|
@@ -3,9 +3,9 @@ lightpdf_aipdf_mcp/common.py,sha256=PhTf7Zg6mEgn1rTmJDHotXp-4xb2gWFf-Dy_t25qNdY,
|
|
3
3
|
lightpdf_aipdf_mcp/converter.py,sha256=vAFB6XtDFt9NPS9yygKBuL4t43nZU--RqqKPC06Mvkg,16761
|
4
4
|
lightpdf_aipdf_mcp/create_pdf.py,sha256=oALIhOBo60D3Gu_li7d7FF0COhFfSTM-BJpc63r9iAs,2465
|
5
5
|
lightpdf_aipdf_mcp/editor.py,sha256=AufKgyUOMYz79_ZUFcXS-SoI6wTCrmNrq_he3EfzgHA,30120
|
6
|
-
lightpdf_aipdf_mcp/server.py,sha256=
|
6
|
+
lightpdf_aipdf_mcp/server.py,sha256=2hy6us06uqzb1IWdAisB6poZYXVZwrkt_R57IYD2J9U,65738
|
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.120.dist-info/METADATA,sha256=bp78P0AdmE3yx71qCl5LfFcOA_8CxhFs3mJTWhDFCgY,8120
|
9
|
+
lightpdf_aipdf_mcp-0.1.120.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
+
lightpdf_aipdf_mcp-0.1.120.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
|
11
|
+
lightpdf_aipdf_mcp-0.1.120.dist-info/RECORD,,
|
File without changes
|
{lightpdf_aipdf_mcp-0.1.119.dist-info → lightpdf_aipdf_mcp-0.1.120.dist-info}/entry_points.txt
RENAMED
File without changes
|