Metadata-Version: 2.4
Name: meok-neural-health-monitor-mcp
Version: 1.0.0
Summary: MEOK AI Labs - neural-health-monitor MCP server extracted from SOV3
Project-URL: Homepage, https://meok.ai
Project-URL: Repository, https://github.com/CSOAI-ORG/neural-health-monitor-mcp
Author-email: MEOK AI Labs <hello@meok.ai>
License: Apache-2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: mcp>=1.0.0
Requires-Dist: requests>=2.28.0
Provides-Extra: dev
Requires-Dist: black>=22.0; extra == 'dev'
Requires-Dist: isort>=5.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Description-Content-Type: text/markdown

# neural-health-monitor-mcp

MEOK AI Labs MCP server.

## Installation

```bash
pip install neural-health-monitor-mcp
```

## Usage

```bash
python -m neural-health-monitor-mcp.server
```

## License

Apache-2.0
