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

@@ -47,7 +47,7 @@ class CreatePathCustomRule(BaseModel, ABCTool):
@classmethod
def tool(self) -> Tool:
return Tool(
name="create_path_custom_rule",
description="在雷池 WAF 上创建一个 url 路径的自定义黑名单或者自定义白名单",
name="waf_create_path_custom_rule",
description="以 URL Path 为条件,在雷池 WAF 上创建一个黑/白名单",
inputSchema=self.model_json_schema()
)