lightpdf-aipdf-mcp 0.1.117__py3-none-any.whl → 0.1.118__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.
@@ -419,7 +419,7 @@ async def handle_list_tools() -> list[types.Tool]:
419
419
  return [
420
420
  types.Tool(
421
421
  name="convert_document",
422
- description="Document format conversion tool.\n\nPDF can be converted to: DOCX/XLSX/PPTX/Images (including long images)/HTML/TXT (for text extraction)/CSV;\nOther formats can be converted to PDF: DOCX/XLSX/PPTX/Images/CAD/CAJ/OFD/HTML.\n\nDoes not support creating files from content.",
422
+ description="Document format conversion tool.\n\nPDF can be converted to: DOCX/XLSX/PPTX/Images (including long images)/HTML/TXT (for text extraction)/CSV;\nOther formats can be converted to PDF: DOCX/XLSX/PPTX/Images/CAD/CAJ/OFD/HTML.\nOnly whole-file conversion is supported.\nDoes not support creating files from content.",
423
423
  inputSchema={
424
424
  "type": "object",
425
425
  "properties": {
@@ -1063,7 +1063,7 @@ async def handle_list_tools() -> list[types.Tool]:
1063
1063
  ),
1064
1064
  types.Tool(
1065
1065
  name="translate_pdf",
1066
- description="Translate PDF documents from a source language to a target language. Supports mono (target only) or dual (source/target bilingual) output.",
1066
+ description="Translate only the text in a PDF file into a specified target language and output a new PDF file. All non-text elements (such as images, tables, and layout) will remain unchanged.",
1067
1067
  inputSchema={
1068
1068
  "type": "object",
1069
1069
  "properties": {
@@ -1097,7 +1097,7 @@ async def handle_list_tools() -> list[types.Tool]:
1097
1097
  },
1098
1098
  "target": {
1099
1099
  "type": "string",
1100
- "description": "Target language. Must be specified.",
1100
+ "description": "Target language. Must be specified. ar: Arabic, bg: Bulgarian, cz: Czech, da: Danish, de: German, el: Greek, en: English, es: Spanish, fi: Finnish, fr: French, hbs: Croatian, hi: Hindi, hu: Hungarian, id: Indonesian, it: Italian, ja: Japanese, ko: Korean, ms: Malay, nl: Dutch, no: Norwegian, pl: Polish, pt: Portuguese, ru: Russian, sl: Slovenian, sv: Swedish, th: Thai, tr: Turkish, vi: Vietnamese, zh: Simplified Chinese, zh-tw: Traditional Chinese.",
1101
1101
  "enum": ["ar", "bg", "cz", "da", "de", "el", "en", "es", "fi", "fr", "hbs", "hi", "hu", "id", "it", "ja", "ko", "ms", "nl", "no", "pl", "pt", "ru", "sl", "sv", "th", "tr", "vi", "zh", "zh-tw"]
1102
1102
  },
1103
1103
  "output_type": {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lightpdf-aipdf-mcp
3
- Version: 0.1.117
3
+ Version: 0.1.118
4
4
  Summary: MCP Server for LightPDF AI-PDF
5
5
  Author: LightPDF Team
6
6
  License: Proprietary
@@ -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=Ph_ZZNkDrsSMGarS8I625lgt0mEDOxr4AfDoSiG9Rvc,30000
6
- lightpdf_aipdf_mcp/server.py,sha256=ykCB40sQ_LT9lce_sl2ikl_pyN_FHxlP3Gj_WMkbxsM,64972
6
+ lightpdf_aipdf_mcp/server.py,sha256=Qnbc2FKo3iso46itlygqmcaZw6uiERG1dkwVUiG0Otc,65470
7
7
  lightpdf_aipdf_mcp/translator.py,sha256=NbFDz-mZSD4qCNQVyV0W_0x6xXwbqs_7FiBU13JAxZs,4243
8
- lightpdf_aipdf_mcp-0.1.117.dist-info/METADATA,sha256=pI0yL0742_5C9psi9SWL7T056etu05TDr4DvCT3GvdI,8120
9
- lightpdf_aipdf_mcp-0.1.117.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
- lightpdf_aipdf_mcp-0.1.117.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
11
- lightpdf_aipdf_mcp-0.1.117.dist-info/RECORD,,
8
+ lightpdf_aipdf_mcp-0.1.118.dist-info/METADATA,sha256=KuCozTCwVJczkpbXsI3m17dtDbmS7jz3NhIU3aYG0h0,8120
9
+ lightpdf_aipdf_mcp-0.1.118.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
+ lightpdf_aipdf_mcp-0.1.118.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
11
+ lightpdf_aipdf_mcp-0.1.118.dist-info/RECORD,,