lightpdf-aipdf-mcp 0.1.73__py3-none-any.whl → 0.1.74__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 -8
- {lightpdf_aipdf_mcp-0.1.73.dist-info → lightpdf_aipdf_mcp-0.1.74.dist-info}/METADATA +1 -1
- {lightpdf_aipdf_mcp-0.1.73.dist-info → lightpdf_aipdf_mcp-0.1.74.dist-info}/RECORD +5 -5
- {lightpdf_aipdf_mcp-0.1.73.dist-info → lightpdf_aipdf_mcp-0.1.74.dist-info}/WHEEL +0 -0
- {lightpdf_aipdf_mcp-0.1.73.dist-info → lightpdf_aipdf_mcp-0.1.74.dist-info}/entry_points.txt +0 -0
lightpdf_aipdf_mcp/server.py
CHANGED
@@ -56,19 +56,13 @@ def generate_result_report(
|
|
56
56
|
# 添加成功的文件信息
|
57
57
|
report_obj["success_files"].append({
|
58
58
|
"download_url": result.download_url,
|
59
|
-
"
|
60
|
-
"path": result.file_path,
|
61
|
-
"name": result.original_name,
|
62
|
-
}
|
59
|
+
"original_name": result.original_name,
|
63
60
|
})
|
64
61
|
else:
|
65
62
|
# 添加失败的文件信息
|
66
63
|
report_obj["failed_files"].append({
|
67
64
|
"error_message": result.error_message,
|
68
|
-
"
|
69
|
-
"path": result.file_path,
|
70
|
-
"name": result.original_name,
|
71
|
-
}
|
65
|
+
"original_name": result.original_name,
|
72
66
|
})
|
73
67
|
|
74
68
|
# 返回JSON字符串
|
@@ -2,8 +2,8 @@ lightpdf_aipdf_mcp/__init__.py,sha256=PPnAgpvJLYLVOTxnHDmJAulFnHJD6wuTwS6tRGjqq6
|
|
2
2
|
lightpdf_aipdf_mcp/common.py,sha256=m_fNxU9NqJOgF3FpTWPpprPkIe60YjnU1tEN6cI660Q,6601
|
3
3
|
lightpdf_aipdf_mcp/converter.py,sha256=CNdR2uUsA79_6Mzk6eHxo_F7Ripl14S8BdsmKJkV-94,14568
|
4
4
|
lightpdf_aipdf_mcp/editor.py,sha256=NEBu6QUcU6xYIa8ZsAoNABEr0ADxFVKWVrHrb28mjxY,26714
|
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=j6O0qXHKgfzT-1Tm1eqG-hi2kb-V-BE3drKEEP5eeeo,46721
|
6
|
+
lightpdf_aipdf_mcp-0.1.74.dist-info/METADATA,sha256=hHs5hvBlGP3EE1ZxgVnAWU60Q4R4NaTowkglH-frjBo,8119
|
7
|
+
lightpdf_aipdf_mcp-0.1.74.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
8
|
+
lightpdf_aipdf_mcp-0.1.74.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
|
9
|
+
lightpdf_aipdf_mcp-0.1.74.dist-info/RECORD,,
|
File without changes
|
{lightpdf_aipdf_mcp-0.1.73.dist-info → lightpdf_aipdf_mcp-0.1.74.dist-info}/entry_points.txt
RENAMED
File without changes
|