Metadata-Version: 2.4
Name: mcp-vision-stat
Version: 0.2.0
Summary: A MCP server providing tools to fetch statistics from video intelligent operation platform powered by E20
Author: HSIAOLIN
Maintainer-email: HSIAOLIN <sjzshmh@163.com>
License: MIT
Keywords: e20,mcp,statistic,vision
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Requires-Dist: click
Requires-Dist: httpx
Requires-Dist: mcp
Description-Content-Type: text/markdown

# mcp-vision-stat

A Model Context Protocol server providing tools to fetch statistics from video intelligent operation platform powered by E20

## publish

```shell
python -m build
twine upload dist/*
```