feat(add mcp project):

This commit is contained in:
Alexander Myasoedov
2025-03-16 22:19:11 +02:00
parent 29787ae5fc
commit a9f8090614
+6
View File
@@ -91,3 +91,9 @@ addopts = "--durations=5 -m 'not slow' -n 3"
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
markers = "slow: marks tests as slow"
[project]
# MCP requires the following fields to be present in the pyproject.toml file
name = "agentic_security"
version = "1.0.0"
requires-python = ">=3.11"