Metadata-Version: 2.3
Name: mcp-permission-audit
Version: 1.14.0
Summary: DEPRECATED — renamed to 'mcp-audits'. Installs mcp-audits automatically; use the 'mcp-audit' command from there.
Keywords: deprecated,renamed,mcp,mcp-audits,mcp-audit
Author: Saagar Patel
License: MIT
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Dist: mcp-audits>=2.2.0
Requires-Python: >=3.11
Project-URL: Homepage, https://pypi.org/project/mcp-audits/
Project-URL: Repository, https://github.com/saagpatel/MCPAudit
Project-URL: Successor package, https://pypi.org/project/mcp-audits/
Description-Content-Type: text/markdown

# DEPRECATED — `mcp-permission-audit` is now `mcp-audits`

> This package has been **renamed**. It is no longer maintained under the name
> `mcp-permission-audit`. All development continues as
> **[`mcp-audits`](https://pypi.org/project/mcp-audits/)**.

Installing `mcp-permission-audit` now automatically pulls in `mcp-audits`, so
existing setups keep working — but please switch to the new name.

## Migrate

    pip uninstall mcp-permission-audit
    pip install mcp-audits

    # or, with uv:
    uv tool install mcp-audits

The CLI command is unchanged — it is still `mcp-audit`:

    mcp-audit scan

## Links

- New package: https://pypi.org/project/mcp-audits/
- Source: https://github.com/saagpatel/MCPAudit
