From f81b32d9b484762edd5e8ff9887d8e4f6bf73a06 Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Sun, 16 Mar 2025 22:21:10 +0200 Subject: [PATCH] feat(Add mcp server instruction): --- Readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Readme.md b/Readme.md index 6457c10..af8b511 100644 --- a/Readme.md +++ b/Readme.md @@ -402,6 +402,16 @@ This setup ensures a continuous integration approach towards maintaining securit The `Module` class is designed to manage prompt processing and interaction with external AI models and tools. It supports fetching, processing, and posting prompts asynchronously for model vulnerabilities. Check out [module.md](https://github.com/msoedov/agentic_security/blob/main/docs/module.md) for details. + +## MCP server + +```shell +pip install -U mcp + +# From cloned directory +mcp install agentic_security/mcp/main.py +``` + ## Documentation For more detailed information on how to use Agentic Security, including advanced features and customization options, please refer to the official documentation. @@ -428,6 +438,7 @@ We’re just getting started! Here’s what’s on the horizon: Note: All dates are tentative and subject to change based on project progress and priorities. + ## 👋 Contributing Contributions to Agentic Security are welcome! If you'd like to contribute, please follow these steps: