Metadata-Version: 2.4
Name: mcp-auditor-cli
Version: 2.0.0
Summary: A client for the Master Control Platform (MCP) Auditor Service.
Author-email: MCP-DevTeam <dev@mcp.project>
Project-URL: Homepage, https://github.com/your-repo/ProjectMcpServer
Project-URL: Bug Tracker, https://github.com/your-repo/ProjectMcpServer/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click>=8.0
Requires-Dist: requests>=2.20

# MCP Client

This is the command-line client for the Master Control Platform (MCP) Auditor Service.

## Installation

\`\`\`bash
pip install mcp-auditor-cli
\`\`\`

## Usage

\`\`\`bash
mcp audit --project-path /path/to/your/project
\`\`\` 
