Metadata-Version: 2.4
Name: people-context-mcp
Version: 0.1.0.post1
Summary: Compatibility package for the renamed people-context distribution
Project-URL: Homepage, https://github.com/JinyangWang27/people-context
Project-URL: Repository, https://github.com/JinyangWang27/people-context
Project-URL: Issues, https://github.com/JinyangWang27/people-context/issues
Author-email: Jinyang Wang <jinyang.wang27@outlook.com>
License-Expression: MIT
Classifier: Development Status :: 7 - Inactive
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: people-context>=0.1.0
Description-Content-Type: text/markdown

# people-context-mcp compatibility package

The project and primary PyPI distribution have moved to [`people-context`](https://pypi.org/project/people-context/).

Install the new distribution directly:

```bash
pip install people-context
# or
uv tool install people-context
```

This compatibility package depends on `people-context` and preserves the established `people-context-mcp` MCP
server executable and `people-context` CLI executable. It contains no application implementation of its own.
