Metadata-Version: 2.5
Name: psquare-mcp
Version: 0.3.1
Summary: Renamed: this project is now published as parentsquare-mcp
Project-URL: Homepage, https://pypi.org/project/parentsquare-mcp/
Project-URL: Repository, https://github.com/thehesiod/psquare-mcp
Project-URL: Bug Tracker, https://github.com/thehesiod/psquare-mcp/issues
Author: thehesiod, jasonko
License-Expression: MIT
Classifier: Development Status :: 7 - Inactive
Requires-Python: >=3.12
Requires-Dist: parentsquare-mcp>=0.4.0
Description-Content-Type: text/markdown

# psquare-mcp has moved to [parentsquare-mcp](https://pypi.org/project/parentsquare-mcp/)

This project name is **retired**. Development consolidated into the canonical
repository [thehesiod/psquare-mcp](https://github.com/thehesiod/psquare-mcp),
which publishes to PyPI as **[`parentsquare-mcp`](https://pypi.org/project/parentsquare-mcp/)**
and to the [MCP Registry](https://registry.modelcontextprotocol.io) as
**`io.github.thehesiod/psquare`**.

`psquare-mcp` 0.3.0 was the last release to contain code. Versions 0.2.0–0.3.0
are frozen and will receive no fixes.

## Update your install

```bash
pip uninstall psquare-mcp
pip install parentsquare-mcp
```

If you install it as an MCP server, point it at the new name and repository:

```bash
claude mcp add --transport stdio parentsquare -- \
  uvx --from "parentsquare-mcp @ git+https://github.com/thehesiod/psquare-mcp" parentsquare-mcp
```

The executable is still called `parentsquare-mcp`, and the Python package is
still imported as `parentsquare_mcp` — only the *distribution* name changed.

## Why this release exists

This version ships no code. It depends on `parentsquare-mcp` so that an existing
`pip install psquare-mcp` keeps working and pulls the maintained package, and so
this notice appears on the PyPI project page. Please switch to `parentsquare-mcp`
directly; this shim will not be updated.
