Metadata-Version: 2.4
Name: whitemagic-mcp
Version: 26.0.4
Summary: Legacy Gen-1 Python MCP server for WhiteMagic (retired) — not the current product. The current WhiteMagic is the Rust v9 line: https://www.whitemagic.dev
Author: WhiteMagic Contributors
License-Expression: MIT
Project-URL: Homepage, https://www.whitemagic.dev
Project-URL: Migration, https://www.whitemagic.dev/whitemagic/guide
Project-URL: Documentation, https://github.com/lbailey94/whitemagic/blob/main/docs/QUICKSTART.md
Project-URL: Repository, https://github.com/lbailey94/whitemagic
Project-URL: Issues, https://github.com/lbailey94/whitemagic/issues
Keywords: whitemagic,legacy,deprecated,mcp,python
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: whitemagic<27,>=26.0.4
Requires-Dist: mcp>=1.26
Requires-Dist: fastembed>=0.2.0

# whitemagic-mcp (legacy Python generation) — retired

> **This is the retired Gen-1 (Python) MCP server for WhiteMagic.** It stays
> installable for pinned and legacy use, but it is **not the current
> product**. The current WhiteMagic is the **Rust v9 line**: one curated
> 9-tool MCP surface over a durable local store.
>
> **Current WhiteMagic → https://www.whitemagic.dev** ·
> [Setup guide](https://www.whitemagic.dev/whitemagic/guide)

## If you arrived here looking for WhiteMagic MCP

Install the current line instead:

```bash
# one-line installer (Linux x86-64 install-gated; macOS and Windows binaries published)
curl -fsSL "https://www.whitemagic.dev/install.sh" | sh

# alternatives
npx whitemagic-mcp serve          # npm launcher (the current line)
cargo install whitemagic          # crates.io
docker run -i lbailey94/whitemagic:9 serve
```

Then point your MCP client at `wm serve` — or run `wm connect --write` and
let WhiteMagic wire every detected client. Verify with `wm grimoire`.

Do not confuse this PyPI package with the current npm launcher, which is
also named `whitemagic-mcp` but ships the Rust v9 server.

## What this package still is

- The last Python MCP server of the Gen-1 line (`whitemagic-mcp` 26.x).
  It remains **installable** so existing pins keep working, and it depends
  on the matching legacy `whitemagic` Python package.
- **No new features, security fixes, or support are provided for this
  line.** It is frozen.
- Importing `whitemagic_mcp` emits a `DeprecationWarning`; the server
  prints a one-line notice on stderr. Set `WM_LEGACY_SUPPRESS=1` to
  silence both.

MIT licensed. Local-first. No telemetry.
