lightpdf-aipdf-mcp 0.1.131__py3-none-any.whl → 0.1.132__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.131.dist-info → lightpdf_aipdf_mcp-0.1.132.dist-info}/METADATA +1 -1
- {lightpdf_aipdf_mcp-0.1.131.dist-info → lightpdf_aipdf_mcp-0.1.132.dist-info}/RECORD +5 -5
- {lightpdf_aipdf_mcp-0.1.131.dist-info → lightpdf_aipdf_mcp-0.1.132.dist-info}/WHEEL +0 -0
- {lightpdf_aipdf_mcp-0.1.131.dist-info → lightpdf_aipdf_mcp-0.1.132.dist-info}/entry_points.txt +0 -0
lightpdf_aipdf_mcp/server.py
CHANGED
@@ -1166,13 +1166,13 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
1166
1166
|
),
|
1167
1167
|
types.Tool(
|
1168
1168
|
name="create_pdf",
|
1169
|
-
description="Create a PDF file from LaTeX
|
1169
|
+
description="Create a PDF file from LaTeX source code string only. File upload is NOT supported. If you want to convert a TEX file to PDF, please use the convert_document tool instead. This tool only accepts pure LaTeX code as input.",
|
1170
1170
|
inputSchema={
|
1171
1171
|
"type": "object",
|
1172
1172
|
"properties": {
|
1173
1173
|
"latex_code": {
|
1174
1174
|
"type": "string",
|
1175
|
-
"description": "The LaTeX source code to be compiled into a PDF file. Only pure LaTeX code is allowed;
|
1175
|
+
"description": "The LaTeX source code string to be compiled into a PDF file. Only pure LaTeX code as a string is allowed; file upload, file path, or file content is NOT supported. If you have a TEX file, use the convert_document tool."
|
1176
1176
|
},
|
1177
1177
|
"filename": {
|
1178
1178
|
"type": "string",
|
@@ -3,9 +3,9 @@ lightpdf_aipdf_mcp/common.py,sha256=PhTf7Zg6mEgn1rTmJDHotXp-4xb2gWFf-Dy_t25qNdY,
|
|
3
3
|
lightpdf_aipdf_mcp/converter.py,sha256=_tXzNZZEaobPRjxXy3v__qHUzbDHIZRTIanmmpCrQB0,17058
|
4
4
|
lightpdf_aipdf_mcp/create_pdf.py,sha256=oALIhOBo60D3Gu_li7d7FF0COhFfSTM-BJpc63r9iAs,2465
|
5
5
|
lightpdf_aipdf_mcp/editor.py,sha256=cYJ6NlS9q_HJwL-Aw7mVwCT5CECMLWYlmR_ePhw_Ja4,30081
|
6
|
-
lightpdf_aipdf_mcp/server.py,sha256=
|
6
|
+
lightpdf_aipdf_mcp/server.py,sha256=OKGNYcnUDP_uLRz_is4XhUEXTiCgyj3veIKAxLY6H20,66587
|
7
7
|
lightpdf_aipdf_mcp/translator.py,sha256=NbFDz-mZSD4qCNQVyV0W_0x6xXwbqs_7FiBU13JAxZs,4243
|
8
|
-
lightpdf_aipdf_mcp-0.1.
|
9
|
-
lightpdf_aipdf_mcp-0.1.
|
10
|
-
lightpdf_aipdf_mcp-0.1.
|
11
|
-
lightpdf_aipdf_mcp-0.1.
|
8
|
+
lightpdf_aipdf_mcp-0.1.132.dist-info/METADATA,sha256=yhAXjT-bmqx6vBucqkAfJy_dTqiBZ3iw5wlK88wASw0,8120
|
9
|
+
lightpdf_aipdf_mcp-0.1.132.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
+
lightpdf_aipdf_mcp-0.1.132.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
|
11
|
+
lightpdf_aipdf_mcp-0.1.132.dist-info/RECORD,,
|
File without changes
|
{lightpdf_aipdf_mcp-0.1.131.dist-info → lightpdf_aipdf_mcp-0.1.132.dist-info}/entry_points.txt
RENAMED
File without changes
|