From a9f8090614fb533669c87953cdd5c4e58e015270 Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Sun, 16 Mar 2025 22:19:11 +0200 Subject: [PATCH] feat(add mcp project): --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index dbcb141..b5427e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"