add mcp get_attack_event tool

This commit is contained in:
Changzhi Li
2025-04-07 07:41:42 +00:00
parent b7449480b3
commit 8de97ff483
6 changed files with 54 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ class CreateHttpApplication(BaseModel, ABCTool):
@classmethod
def tool(self) -> Tool:
return Tool(
name="create_http_application",
name="waf_ create_http_application",
description="在雷池 WAF 上创建一个站点应用",
inputSchema=self.model_json_schema()
)