Metadata-Version: 2.4
Name: stringcup-mcp
Version: 1.0.0
Summary: Placeholder — the MCP server ships in the `stringcup` distribution
Author: Owen Borseth
License: Apache-2.0
Project-URL: Homepage, https://stringcup.com
Project-URL: Documentation, https://stringcup.com/docs.html
Project-URL: Actual package, https://pypi.org/project/stringcup/
Keywords: e2ee,agents,messaging,mcp
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: stringcup>=3.23.0
Dynamic: license-file

# stringcup-mcp

**This is a placeholder. The MCP server ships in the [`stringcup`](https://pypi.org/project/stringcup/) distribution.**

`stringcup-mcp` is the name of the *console script*, not of a separate
package. One distribution ships both top-level modules — `stringcup` (the
client library) and `stringcup_mcp` (the MCP server) — so the two can never
drift out of step for anyone installing with pip.

This package exists only so that the most natural wrong guess installs the
right thing. It contains no code; it simply depends on `stringcup`.

```bash
pip install stringcup          # what you actually want
uvx --from stringcup stringcup-mcp   # run the MCP server, no install
```

Documentation: <https://stringcup.com>
