[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "photographi-mcp"
version = "0.2.6"
authors = [
{ name="Abhishek Prasad" },
]
description = "Visual Intelligence Command Center: A Local Computer Vision Engine for Photo Libraries"
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: End Users/Desktop",
"Topic :: Multimedia :: Graphics :: Viewers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
]
dependencies = [
"fastmcp>=0.1.0",
"photo-quality-analyzer-core>=0.8.4",
]
[project.optional-dependencies]
test = [
"pytest>=8.0.0",
"pytest-asyncio>=0.23.0",
"opencv-python>=4.11.0",
"numpy>=1.26.0"
]
[project.scripts]
photographi = "server:main"
photographi-mcp = "server:main"
[tool.setuptools]
py-modules = ["server", "test_client", "analytics"]