pdfco-mcp 0.0.3__tar.gz → 0.0.4__tar.gz

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.
Files changed (28) hide show
  1. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/.github/workflows/release.yml +15 -2
  2. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/PKG-INFO +37 -6
  3. pdfco_mcp-0.0.4/pyproject.toml +45 -0
  4. pdfco_mcp-0.0.4/uv.lock +653 -0
  5. pdfco_mcp-0.0.3/pyproject.toml +0 -24
  6. pdfco_mcp-0.0.3/uv.lock +0 -1605
  7. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/.gitignore +0 -0
  8. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/.python-version +0 -0
  9. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/LICENSE +0 -0
  10. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/README.md +0 -0
  11. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/pdfco/mcp/__init__.py +0 -0
  12. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/pdfco/mcp/models.py +0 -0
  13. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/pdfco/mcp/server.py +0 -0
  14. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/pdfco/mcp/services/__init__.py +0 -0
  15. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/pdfco/mcp/services/client.py +0 -0
  16. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/pdfco/mcp/services/pdf.py +0 -0
  17. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/pdfco/mcp/tools/__init__.py +0 -0
  18. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/pdfco/mcp/tools/apis/conversion.py +0 -0
  19. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/pdfco/mcp/tools/apis/document.py +0 -0
  20. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/pdfco/mcp/tools/apis/editing.py +0 -0
  21. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/pdfco/mcp/tools/apis/extraction.py +0 -0
  22. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/pdfco/mcp/tools/apis/file.py +0 -0
  23. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/pdfco/mcp/tools/apis/form.py +0 -0
  24. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/pdfco/mcp/tools/apis/job.py +0 -0
  25. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/pdfco/mcp/tools/apis/modification.py +0 -0
  26. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/pdfco/mcp/tools/apis/search.py +0 -0
  27. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/pdfco/mcp/tools/apis/searchable.py +0 -0
  28. {pdfco_mcp-0.0.3 → pdfco_mcp-0.0.4}/pdfco/mcp/tools/apis/security.py +0 -0
@@ -39,9 +39,22 @@ jobs:
39
39
  - name: Check out
40
40
  uses: actions/checkout@v4
41
41
 
42
- - name: Set up the environment
43
- uses: ./.github/actions/setup-python-env
42
+ - name: Set up Python
43
+ uses: actions/setup-python@v5
44
+ with:
45
+ python-version: 3.12
46
+
47
+ - name: Install uv
48
+ uses: astral-sh/setup-uv@v5
49
+ with:
50
+ version: 0.7.12
51
+ enable-cache: 'true'
52
+ cache-suffix: 3.12
44
53
 
54
+ - name: Install Python dependencies
55
+ run: uv sync --frozen
56
+ shell: bash
57
+
45
58
  - name: Download updated pyproject.toml
46
59
  uses: actions/download-artifact@v4
47
60
  with:
@@ -1,14 +1,45 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pdfco-mcp
3
- Version: 0.0.3
4
- Summary: Add your description here
3
+ Version: 0.0.4
4
+ Summary: MCP server for PDF.Co
5
+ Project-URL: Homepage, https://pdf.co
6
+ Project-URL: Documentation, https://developer.pdf.co
7
+ Project-URL: Repository, https://github.com/ae38/pdfco-mcp
8
+ Project-URL: Issues, https://github.com/ae38/pdfco-mcp/issues
9
+ Author-email: "PDF.Co" <support@pdf.co>
10
+ License: MIT License
11
+
12
+ Copyright (c) 2025 PDF.co
13
+
14
+ Permission is hereby granted, free of charge, to any person obtaining a copy
15
+ of this software and associated documentation files (the "Software"), to deal
16
+ in the Software without restriction, including without limitation the rights
17
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
+ copies of the Software, and to permit persons to whom the Software is
19
+ furnished to do so, subject to the following conditions:
20
+
21
+ The above copyright notice and this permission notice shall be included in all
22
+ copies or substantial portions of the Software.
23
+
24
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
+ SOFTWARE.
5
31
  License-File: LICENSE
6
- Requires-Python: >=3.12
32
+ Keywords: mcp,pdf,pdf.co
33
+ Classifier: Intended Audience :: Developers
34
+ Classifier: Programming Language :: Python
35
+ Classifier: Programming Language :: Python :: 3
36
+ Classifier: Programming Language :: Python :: 3.10
37
+ Classifier: Programming Language :: Python :: 3.11
38
+ Classifier: Programming Language :: Python :: 3.12
39
+ Classifier: Programming Language :: Python :: 3.13
40
+ Requires-Python: >=3.10
7
41
  Requires-Dist: fastmcp>=2.6.1
8
42
  Requires-Dist: httpx>=0.28.1
9
- Requires-Dist: langchain-community>=0.3.21
10
- Requires-Dist: langchain[google-genai]>=0.3.23
11
- Requires-Dist: langgraph>=0.3.30
12
43
  Requires-Dist: mcp[cli]>=1.6.0
13
44
  Description-Content-Type: text/markdown
14
45
 
@@ -0,0 +1,45 @@
1
+ [project]
2
+ name = "pdfco-mcp"
3
+ version = "0.0.4"
4
+ description = "MCP server for PDF.Co"
5
+ authors = [
6
+ { name = "PDF.Co", email = "support@pdf.co" }
7
+ ]
8
+ license = { file = "LICENSE" }
9
+ keywords = [
10
+ "mcp",
11
+ "pdf.co",
12
+ "pdf"
13
+ ]
14
+ readme = "README.md"
15
+ requires-python = ">=3.10"
16
+ classifiers = [
17
+ "Intended Audience :: Developers",
18
+ "Programming Language :: Python",
19
+ "Programming Language :: Python :: 3",
20
+ "Programming Language :: Python :: 3.10",
21
+ "Programming Language :: Python :: 3.11",
22
+ "Programming Language :: Python :: 3.12",
23
+ "Programming Language :: Python :: 3.13",
24
+ ]
25
+ dependencies = [
26
+ "fastmcp>=2.6.1",
27
+ "httpx>=0.28.1",
28
+ "mcp[cli]>=1.6.0",
29
+ ]
30
+
31
+ [project.urls]
32
+ Homepage = "https://pdf.co"
33
+ Documentation = "https://developer.pdf.co"
34
+ Repository = "https://github.com/ae38/pdfco-mcp"
35
+ Issues = "https://github.com/ae38/pdfco-mcp/issues"
36
+
37
+ [project.scripts]
38
+ pdfco-mcp = "pdfco.mcp:main"
39
+
40
+ [build-system]
41
+ requires = ["hatchling"]
42
+ build-backend = "hatchling.build"
43
+
44
+ [tool.hatch.build.targets.wheel]
45
+ packages = ["pdfco"]