Metadata-Version: 2.4
Name: trentai-mcp
Version: 0.8.2
Summary: Retired. Trent's MCP server is now hosted by Trent over HTTPS — see the project description to migrate.
Author: Trent AI
License: Proprietary
License-File: LICENSE
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Requires-Dist: cryptography>=42.0.0
Requires-Dist: httpx<1,>=0.27.0
Requires-Dist: keyring<27,>=25.0.0
Requires-Dist: mcp[cli]<2,>=1.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: pyjson5>=1.6.0
Requires-Dist: pyjwt[crypto]>=2.8.0
Requires-Dist: pyyaml>=6.0.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Description-Content-Type: text/markdown

# trentai-mcp — retired

**This package is no longer maintained. Trent's MCP server is now hosted by Trent
and reached over HTTPS.** Nothing needs to be installed from pip.

## Install the plugin instead

Trent is now a plugin, and it brings the skills this package used to install.
Setting it up, on every host it supports, is documented in its own repository:

**https://github.com/trnt-ai/trent-agent-plugin**

## Already installed?

It keeps working — this release changes no tool. Once the plugin is set up,
clear out what earlier releases wrote:

```bash
trent-mcp-uninstall     # the .mcp.json entry, skill copies, a stale Stop hook,
                        # the marked block in CLAUDE.md, and keychain tokens
pip uninstall trentai-mcp
```

Run `trent-mcp-uninstall` first, while the command still exists.

`trent-mcp-setup` no longer configures anything. It prints this migration and
leaves your files alone.
