lightpdf-aipdf-mcp 0.1.67__py3-none-any.whl → 0.1.68__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 +1 -1
- {lightpdf_aipdf_mcp-0.1.67.dist-info → lightpdf_aipdf_mcp-0.1.68.dist-info}/METADATA +1 -1
- {lightpdf_aipdf_mcp-0.1.67.dist-info → lightpdf_aipdf_mcp-0.1.68.dist-info}/RECORD +5 -5
- {lightpdf_aipdf_mcp-0.1.67.dist-info → lightpdf_aipdf_mcp-0.1.68.dist-info}/WHEEL +0 -0
- {lightpdf_aipdf_mcp-0.1.67.dist-info → lightpdf_aipdf_mcp-0.1.68.dist-info}/entry_points.txt +0 -0
lightpdf_aipdf_mcp/server.py
CHANGED
@@ -364,7 +364,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
364
364
|
return [
|
365
365
|
types.Tool(
|
366
366
|
name="convert_document",
|
367
|
-
description="文档格式转换工具。\n\nPDF可转换为:DOCX/XLSX/PPTX/图片(
|
367
|
+
description="文档格式转换工具。\n\nPDF可转换为:DOCX/XLSX/PPTX/图片(可支持长图)/HTML/TXT(可用于提取文本内容);\n其他格式可转换为PDF:DOCX/XLSX/PPTX/图片/CAD/CAJ/OFD。\n\n不支持从内容创建文件",
|
368
368
|
inputSchema={
|
369
369
|
"type": "object",
|
370
370
|
"properties": {
|
@@ -2,8 +2,8 @@ lightpdf_aipdf_mcp/__init__.py,sha256=PPnAgpvJLYLVOTxnHDmJAulFnHJD6wuTwS6tRGjqq6
|
|
2
2
|
lightpdf_aipdf_mcp/common.py,sha256=TLzWfiukB7uN9-EPbT3vVX1i4ero5j3d4L9vLe3MSCw,6601
|
3
3
|
lightpdf_aipdf_mcp/converter.py,sha256=7X4pK2y2NQBqhU1LLIJQhf7LUx6KaMiW26jt_KsX9fg,14567
|
4
4
|
lightpdf_aipdf_mcp/editor.py,sha256=xgoJoF2W_y41XpF_0_kvYTIB0rcDdskpMldoijqUeFI,26712
|
5
|
-
lightpdf_aipdf_mcp/server.py,sha256=
|
6
|
-
lightpdf_aipdf_mcp-0.1.
|
7
|
-
lightpdf_aipdf_mcp-0.1.
|
8
|
-
lightpdf_aipdf_mcp-0.1.
|
9
|
-
lightpdf_aipdf_mcp-0.1.
|
5
|
+
lightpdf_aipdf_mcp/server.py,sha256=vdGKVoCTk7MrNgWLO2zDvQ5RQovgaUfEJrIDJ5H5DSw,46984
|
6
|
+
lightpdf_aipdf_mcp-0.1.68.dist-info/METADATA,sha256=s3zZJypjM_6MTlkDHK9EUBs-IBw8Lmm8onbBdnyeMK0,8119
|
7
|
+
lightpdf_aipdf_mcp-0.1.68.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
8
|
+
lightpdf_aipdf_mcp-0.1.68.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
|
9
|
+
lightpdf_aipdf_mcp-0.1.68.dist-info/RECORD,,
|
File without changes
|
{lightpdf_aipdf_mcp-0.1.67.dist-info → lightpdf_aipdf_mcp-0.1.68.dist-info}/entry_points.txt
RENAMED
File without changes
|