Metadata-Version: 2.4
Name: verbumia-mcp
Version: 0.21.2
Summary: Deprecated — renamed to sonenta-mcp. Installs and forwards to the Sonenta MCP server.
Project-URL: Homepage, https://sonenta.com
Project-URL: Source, https://github.com/sonenta/tools
Author: Sonenta
License: MIT
Keywords: deprecated,i18n,mcp,sonenta,translations
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <3.14,>=3.12
Requires-Dist: sonenta-mcp>=0.21.2
Description-Content-Type: text/markdown

# verbumia-mcp (deprecated)

**`verbumia-mcp` has been renamed to [`sonenta-mcp`](https://pypi.org/project/sonenta-mcp/).**

This package is a deprecated alias kept for back-compat. It declares a hard
dependency on `sonenta-mcp` and its `verbumia-mcp` console script forwards to
the Sonenta MCP server after printing a deprecation notice.

## Migrate

```bash
pip install sonenta-mcp     # or: uvx sonenta-mcp
```

Then point your MCP client config at `sonenta-mcp` instead of `verbumia-mcp`.
Environment variables are unchanged — the canonical names are `SONENTA_API_KEY`
and `SONENTA_BASE_URL`, with the legacy `VERBUMIA_*` names still accepted.
