Metadata-Version: 2.4
Name: mcpindex-preflight
Version: 0.7.1
Summary: DEPRECATED alias for mcpindex-gate — install mcpindex-gate instead. Thin dependency shim for existing pins.
Project-URL: Homepage, https://mcpindex.ai
Author: mcpindex.ai
License-Expression: MIT
Keywords: agent,deprecated,drift,mcp,preflight,security,tools,trust
Requires-Python: >=3.12
Requires-Dist: mcpindex-gate>=0.8.0
Description-Content-Type: text/markdown

# mcpindex-preflight (EOL — frozen at 0.7.0)

> **End of life.** This PyPI name is a deprecated alias frozen at **0.7.0**.
> New installs must use [`mcpindex-gate`](https://pypi.org/project/mcpindex-gate/).
> Existing `uv tool install mcpindex-preflight` / `uvx --from mcpindex-preflight …`
> pins that already resolve to 0.7.0 keep working; **no new alias versions will be published**.

```sh
uv tool install mcpindex-gate
```

Python imports:

```python
from mcpindex_gate import wrap, PreflightPin, PreflightHold
```

`from mcpindex_preflight import …` still re-exports the 0.7.0 API with a
`DeprecationWarning`, but that import path is unsupported for new work.

See https://mcpindex.ai/docs#install-the-gate.
