lightpdf-aipdf-mcp 0.1.95__py3-none-any.whl → 0.1.97__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 +2 -2
- {lightpdf_aipdf_mcp-0.1.95.dist-info → lightpdf_aipdf_mcp-0.1.97.dist-info}/METADATA +1 -1
- {lightpdf_aipdf_mcp-0.1.95.dist-info → lightpdf_aipdf_mcp-0.1.97.dist-info}/RECORD +5 -5
- {lightpdf_aipdf_mcp-0.1.95.dist-info → lightpdf_aipdf_mcp-0.1.97.dist-info}/WHEEL +0 -0
- {lightpdf_aipdf_mcp-0.1.95.dist-info → lightpdf_aipdf_mcp-0.1.97.dist-info}/entry_points.txt +0 -0
lightpdf_aipdf_mcp/server.py
CHANGED
@@ -1017,7 +1017,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
1017
1017
|
),
|
1018
1018
|
types.Tool(
|
1019
1019
|
name="restrict_printing",
|
1020
|
-
description="Restrict PDF printing permission. This tool will set the PDF so that printing is not allowed.",
|
1020
|
+
description="Restrict PDF printing permission. This tool will set a permission password to the PDF so that printing is not allowed.",
|
1021
1021
|
inputSchema={
|
1022
1022
|
"type": "object",
|
1023
1023
|
"properties": {
|
@@ -1045,7 +1045,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
1045
1045
|
},
|
1046
1046
|
"password": {
|
1047
1047
|
"type": "string",
|
1048
|
-
"description": "New password to set"
|
1048
|
+
"description": "New permission password to set"
|
1049
1049
|
}
|
1050
1050
|
},
|
1051
1051
|
"required": ["files", "password"]
|
@@ -2,9 +2,9 @@ lightpdf_aipdf_mcp/__init__.py,sha256=PPnAgpvJLYLVOTxnHDmJAulFnHJD6wuTwS6tRGjqq6
|
|
2
2
|
lightpdf_aipdf_mcp/common.py,sha256=_UO1f6S9Qr_3k6u5iBpdVDpvTK5U-tHEpu9KsDGqV8Y,6635
|
3
3
|
lightpdf_aipdf_mcp/converter.py,sha256=Q_4vXcysqcJ7w6bUKY9JhoBDlCRcAJSpW7p0jh5qekU,16120
|
4
4
|
lightpdf_aipdf_mcp/editor.py,sha256=CjxcZh-zDmb9UjHYj5spfx9HK8j-_voZ3_nmdwWGM8c,29908
|
5
|
-
lightpdf_aipdf_mcp/server.py,sha256=
|
5
|
+
lightpdf_aipdf_mcp/server.py,sha256=40rntJFuBdTj1KMzTYzBL-FuZabmTOpb1_RC-ccJ_k0,62746
|
6
6
|
lightpdf_aipdf_mcp/translator.py,sha256=NbFDz-mZSD4qCNQVyV0W_0x6xXwbqs_7FiBU13JAxZs,4243
|
7
|
-
lightpdf_aipdf_mcp-0.1.
|
8
|
-
lightpdf_aipdf_mcp-0.1.
|
9
|
-
lightpdf_aipdf_mcp-0.1.
|
10
|
-
lightpdf_aipdf_mcp-0.1.
|
7
|
+
lightpdf_aipdf_mcp-0.1.97.dist-info/METADATA,sha256=QN959AXqlGsLIzKv_m60Q6-msz9Twzpgcf7daTs3cHU,8119
|
8
|
+
lightpdf_aipdf_mcp-0.1.97.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
9
|
+
lightpdf_aipdf_mcp-0.1.97.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
|
10
|
+
lightpdf_aipdf_mcp-0.1.97.dist-info/RECORD,,
|
File without changes
|
{lightpdf_aipdf_mcp-0.1.95.dist-info → lightpdf_aipdf_mcp-0.1.97.dist-info}/entry_points.txt
RENAMED
File without changes
|