Metadata-Version: 2.4
Name: mcp-bastion-crewai
Version: 0.1.0
Summary: MCP-Bastion security middleware for CrewAI — prompt injection, PII, and rate-limit protection for AI agent crews
Project-URL: Homepage, https://github.com/vaquarkhan/MCP-Bastion
Project-URL: Repository, https://github.com/vaquarkhan/MCP-Bastion
Author: Viquar Khan
License-Expression: MIT
Keywords: agents,bastion,crewai,llm,mcp,pii,prompt-injection,security
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.10
Requires-Dist: crewai>=0.30.0
Requires-Dist: mcp-bastion-python>=1.0.11
Description-Content-Type: text/markdown

# mcp-bastion-crewai

Security middleware for CrewAI powered by [MCP-Bastion](https://pypi.org/project/mcp-bastion-python/).

## Install

```bash
pip install mcp-bastion-crewai
```

## Usage

```python
from mcp_bastion_crewai import SecureCrewAI

guard = SecureCrewAI()
guard.scan_task("Summarize the quarterly report")
```

## Features

- Content filtering on agent tasks and outputs
- Rate limiting per caller
- Prompt injection detection

## License

MIT
