From 75a5346e6f900b52ab764a9a57339b2c28983f69 Mon Sep 17 00:00:00 2001 From: xbingW Date: Thu, 10 Apr 2025 18:28:54 +0800 Subject: [PATCH] feat: tools --- mcp_server/README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/mcp_server/README.md b/mcp_server/README.md index a0b285f..94fffe8 100644 --- a/mcp_server/README.md +++ b/mcp_server/README.md @@ -5,19 +5,6 @@ SafeLine MCP Server is an implementation of the [Model Context Protocol (MCP)](h [![Docker](https://img.shields.io/badge/Docker-Supported-2496ED?style=flat-square&logo=docker&logoColor=white)](docker-compose.yml) [![Go Version](https://img.shields.io/badge/Go-1.21+-00ADD8?style=flat-square&logo=go&logoColor=white)](go.mod) -## Tools - -### Application Management - -- **create_application** - -### Rule Management -- **create_blacklist_rule** -- **create_whitelist_rule** - -### Analyze -- **get_attack_events** - ## Use Cases - Automated management and control of SafeLine WAF instances @@ -37,6 +24,20 @@ SafeLine MCP Server is an implementation of the [Model Context Protocol (MCP)](h - Docker containerization support - Secure API communication +## Tools + +### Application Management + +- **create_application** + +### Rule Management +- **create_blacklist_rule** +- **create_whitelist_rule** + +### Analyze +- **get_attack_events** + + ## Quick Start ### Environment Variables