Metadata-Version: |
2.4 |
Name: |
shotgrid-mcp-server |
Version: |
0.2.5 |
Summary: |
A Model Context Protocol (MCP) server implementation using fastmcp |
Author-Email: |
Hal Long <hal.long[at]outlook.com> |
Project-Url: |
Homepage, https://github.com/loonghao/shotgrid-mcp-server |
Project-Url: |
Repository, https://github.com/loonghao/shotgrid-mcp-server.git |
Project-Url: |
Issues, https://github.com/loonghao/shotgrid-mcp-server/issues |
Project-Url: |
Changelog, https://github.com/loonghao/shotgrid-mcp-server/blob/main/CHANGELOG.md |
License: |
MIT |
Keywords: |
Flow Production Tracking,api,mcp,server,shotgrid |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
<3.11,>=3.10 |
Requires-Dist: |
aiohttp (>=3.9.0) |
Requires-Dist: |
fastmcp (>=0.4.1) |
Requires-Dist: |
mcp (>=1.2.0) |
Requires-Dist: |
platformdirs (>=4.1.0) |
Requires-Dist: |
pydantic (>=2.0.0) |
Requires-Dist: |
python-dotenv (>=1.0.0) |
Requires-Dist: |
requests (>=2.31.0) |
Requires-Dist: |
shotgun-api3 (>=3.5) |
Requires-Dist: |
uvicorn (>=0.22.0) |
Requires-Dist: |
black (>=23.12.1); extra == "dev" |
Requires-Dist: |
coverage (>=7.4.0); extra == "dev" |
Requires-Dist: |
flake8 (>=7.0.0); extra == "dev" |
Requires-Dist: |
isort (>=5.13.2); extra == "dev" |
Requires-Dist: |
mypy (>=1.8.0); extra == "dev" |
Requires-Dist: |
nox (>=2023.4.22); extra == "dev" |
Requires-Dist: |
pytest-cov (>=4.1.0); extra == "dev" |
Requires-Dist: |
pytest (>=7.4.4); extra == "dev" |
Requires-Dist: |
ruff (>=0.1.11); extra == "dev" |
Requires-Dist: |
uv (>=0.1.12); extra == "dev" |
Requires-Dist: |
black; extra == "lint" |
Requires-Dist: |
mypy; extra == "lint" |
Requires-Dist: |
ruff; extra == "lint" |
Requires-Dist: |
types-requests; extra == "lint" |
Requires-Dist: |
pytest-asyncio (>=0.21.0); extra == "test" |
Requires-Dist: |
pytest-cov (>=4.0.0); extra == "test" |
Requires-Dist: |
pytest-mock (>=3.10.0); extra == "test" |
Requires-Dist: |
pytest (>=7.0.0); extra == "test" |
Requires-Dist: |
pyyaml; extra == "test" |
Provides-Extra: |
dev |
Provides-Extra: |
lint |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |