lightpdf-aipdf-mcp 0.1.92__py3-none-any.whl → 0.1.94__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.
@@ -394,7 +394,7 @@ class Editor(BaseApiClient):
394
394
  # 构建API参数
395
395
  extra_params = {
396
396
  "edit_type": "image",
397
- "image_url": image_url,
397
+ "sign_url": image_url,
398
398
  "position": position,
399
399
  "opacity": opacity,
400
400
  "range": range
@@ -1097,7 +1097,7 @@ async def handle_list_tools() -> list[types.Tool]:
1097
1097
  }
1098
1098
  ),
1099
1099
  types.Tool(
1100
- name="resize-pdf",
1100
+ name="resize_pdf",
1101
1101
  description="Resize PDF pages. You can specify the target page size (a0/a1/a2/a3/a4/a5/a6/letter) and/or the image resolution (dpi, e.g., 72). If not set, the corresponding property will not be changed.",
1102
1102
  inputSchema={
1103
1103
  "type": "object",
@@ -1162,7 +1162,7 @@ async def handle_call_tool(name: str, arguments: dict | None) -> list[types.Text
1162
1162
  "format": "flatten-pdf", # 固定format
1163
1163
  "is_edit_operation": False
1164
1164
  },
1165
- "resize-pdf": {
1165
+ "resize_pdf": {
1166
1166
  "format": "resize-pdf",
1167
1167
  "is_edit_operation": False,
1168
1168
  "param_keys": ["page_size", "resolution"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lightpdf-aipdf-mcp
3
- Version: 0.1.92
3
+ Version: 0.1.94
4
4
  Summary: MCP Server for LightPDF AI-PDF
5
5
  Author: LightPDF Team
6
6
  License: Proprietary
@@ -0,0 +1,10 @@
1
+ lightpdf_aipdf_mcp/__init__.py,sha256=PPnAgpvJLYLVOTxnHDmJAulFnHJD6wuTwS6tRGjqq6s,141
2
+ lightpdf_aipdf_mcp/common.py,sha256=_UO1f6S9Qr_3k6u5iBpdVDpvTK5U-tHEpu9KsDGqV8Y,6635
3
+ lightpdf_aipdf_mcp/converter.py,sha256=Q_4vXcysqcJ7w6bUKY9JhoBDlCRcAJSpW7p0jh5qekU,16120
4
+ lightpdf_aipdf_mcp/editor.py,sha256=CjxcZh-zDmb9UjHYj5spfx9HK8j-_voZ3_nmdwWGM8c,29908
5
+ lightpdf_aipdf_mcp/server.py,sha256=HaUmJIZC-uoKEtV3oiEHhHHsrwP8VDCEG19xlXhf3lk,62324
6
+ lightpdf_aipdf_mcp/translator.py,sha256=NbFDz-mZSD4qCNQVyV0W_0x6xXwbqs_7FiBU13JAxZs,4243
7
+ lightpdf_aipdf_mcp-0.1.94.dist-info/METADATA,sha256=sDIK2DUTFKvCiQftB2UH94YMVm13qRT8ouS4xOzciLQ,8119
8
+ lightpdf_aipdf_mcp-0.1.94.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
+ lightpdf_aipdf_mcp-0.1.94.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
10
+ lightpdf_aipdf_mcp-0.1.94.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- lightpdf_aipdf_mcp/__init__.py,sha256=PPnAgpvJLYLVOTxnHDmJAulFnHJD6wuTwS6tRGjqq6s,141
2
- lightpdf_aipdf_mcp/common.py,sha256=_UO1f6S9Qr_3k6u5iBpdVDpvTK5U-tHEpu9KsDGqV8Y,6635
3
- lightpdf_aipdf_mcp/converter.py,sha256=Q_4vXcysqcJ7w6bUKY9JhoBDlCRcAJSpW7p0jh5qekU,16120
4
- lightpdf_aipdf_mcp/editor.py,sha256=9teOqi2y2JbjcCI-kUhYpSXL-F75i7Mfr9E20KKyZP0,29909
5
- lightpdf_aipdf_mcp/server.py,sha256=uLb_gOB1uP6eN53BDMp2qLXQk_9GjKJjYJDSjb75iyo,62324
6
- lightpdf_aipdf_mcp/translator.py,sha256=NbFDz-mZSD4qCNQVyV0W_0x6xXwbqs_7FiBU13JAxZs,4243
7
- lightpdf_aipdf_mcp-0.1.92.dist-info/METADATA,sha256=Be07PU3837yuXj0JlUJt22tj3fKY8OZdvkO4YDvqcyc,8119
8
- lightpdf_aipdf_mcp-0.1.92.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
- lightpdf_aipdf_mcp-0.1.92.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
10
- lightpdf_aipdf_mcp-0.1.92.dist-info/RECORD,,