feat(update deps):

This commit is contained in:
Alexander Myasoedov
2025-08-13 13:46:37 +03:00
parent d0353e3ab9
commit 61da912f18
3 changed files with 451 additions and 397 deletions
-1
View File
@@ -4,7 +4,6 @@ from mcp.server.fastmcp import FastMCP
# Initialize MCP server
mcp = FastMCP(
name="Agentic Security MCP Server",
description="MCP server to interact with LLM scanning test",
dependencies=["httpx"],
)