Metadata-Version: 2.4
Name: mcpwn-core
Version: 0.1.0
Summary: Offensive security testing framework for MCP (Model Context Protocol) protocols
Project-URL: Homepage, https://github.com/Carlos-Projects/mcpwn
Project-URL: Repository, https://github.com/Carlos-Projects/mcpwn
Project-URL: Documentation, https://github.com/Carlos-Projects/mcpwn
License-File: LICENSE
Keywords: ai-security,mcp,pentesting,red-team,security
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: jinja2>=3.0.0
Requires-Dist: mcp>=1.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: typer>=0.12.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.24; extra == 'dev'
Requires-Dist: pytest-httpx>=0.30; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
