Metadata-Version: 2.4
Name: aos-agent-health-mcp
Version: 0.2.1
Summary: DEPRECATED — renamed to mcp-agent-health. See README for migration.
Author: AOS Standard
License: MIT
Project-URL: Homepage, https://github.com/aos-standard/mcp-agent-health
Project-URL: Documentation, https://github.com/aos-standard/mcp-agent-health#readme
Project-URL: Repository, https://github.com/aos-standard/mcp-agent-health
Project-URL: Issues, https://github.com/aos-standard/mcp-agent-health/issues
Project-URL: Catalog, https://raw.githubusercontent.com/aos-standard/catalog/main/catalog.json
Project-URL: Agent-Card, https://raw.githubusercontent.com/aos-standard/mcp-agent-health/main/packaging/agent_card.json
Keywords: mcp,agent,health,deprecated
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp>=1.0.0

# DEPRECATED — aos-agent-health-mcp

> **This PyPI project is deprecated.** The package was renamed to **`mcp-agent-health`** (same functionality).

## Migrate now

```bash
pip uninstall aos-agent-health-mcp
pip install mcp-agent-health==0.3.0
```

Update your MCP client config:

```json
{
  "mcpServers": {
    "mcp-agent-health": {
      "command": "mcp-agent-health",
      "env": {
        "AOS_HEALTH_TARGET_DIR": "/path/to/your/agents"
      }
    }
  }
}
```

- **New PyPI:** https://pypi.org/project/mcp-agent-health/
- **New repository:** https://github.com/aos-standard/mcp-agent-health
- **Agent Card:** https://raw.githubusercontent.com/aos-standard/mcp-agent-health/main/packaging/agent_card.json

This release (0.2.1) exists only to surface the migration notice on PyPI. No functional changes from 0.2.0.
