farshid-mcp-imageprocessing 0.2.1__tar.gz → 0.3.0__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.
- {farshid_mcp_imageprocessing-0.2.1 → farshid_mcp_imageprocessing-0.3.0}/.gitignore +2 -0
- {farshid_mcp_imageprocessing-0.2.1 → farshid_mcp_imageprocessing-0.3.0}/LICENSE +0 -0
- {farshid_mcp_imageprocessing-0.2.1 → farshid_mcp_imageprocessing-0.3.0}/PKG-INFO +1 -1
- {farshid_mcp_imageprocessing-0.2.1 → farshid_mcp_imageprocessing-0.3.0}/README.md +0 -0
- {farshid_mcp_imageprocessing-0.2.1 → farshid_mcp_imageprocessing-0.3.0}/pyproject.toml +1 -1
- {farshid_mcp_imageprocessing-0.2.1 → farshid_mcp_imageprocessing-0.3.0}/src/farshid_mcp_imageprocessing/__init__.py +1 -1
- {farshid_mcp_imageprocessing-0.2.1 → farshid_mcp_imageprocessing-0.3.0}/src/farshid_mcp_imageprocessing/cv_helpers.py +0 -0
- {farshid_mcp_imageprocessing-0.2.1 → farshid_mcp_imageprocessing-0.3.0}/src/farshid_mcp_imageprocessing/server.py +0 -0
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: farshid-mcp-imageprocessing
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: Local offline OpenCV-based image-processing MCP server: webcam capture, image transforms, edges, contours, face/QR detection, video, and ~40 tools.
|
|
5
5
|
Project-URL: Homepage, https://github.com/pirahansiah/farshid-mcp-imageProcessing
|
|
6
6
|
Project-URL: Repository, https://github.com/pirahansiah/farshid-mcp-imageProcessing
|
|
File without changes
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "farshid-mcp-imageprocessing"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.3.0"
|
|
8
8
|
description = "Local offline OpenCV-based image-processing MCP server: webcam capture, image transforms, edges, contours, face/QR detection, video, and ~40 tools."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"""farshid-mcp-imageProcessing — local offline OpenCV image-processing MCP server."""
|
|
2
|
-
__version__ = "0.
|
|
2
|
+
__version__ = "0.3.0"
|
|
File without changes
|
|
File without changes
|