File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ SafeLine MCP Server is an implementation of the [Model Context Protocol (MCP)](h
55[ ![ Docker] ( https://img.shields.io/badge/Docker-Supported-2496ED?style=flat-square&logo=docker&logoColor=white )] ( docker-compose.yml )
66[ ![ Go Version] ( https://img.shields.io/badge/Go-1.21+-00ADD8?style=flat-square&logo=go&logoColor=white )] ( go.mod )
77
8+ ## Tools
9+
10+ ### Application Management
11+
12+ - ** create_application**
13+
14+ ### Rule Management
15+ - ** create_blacklist_rule**
16+ - ** create_whitelist_rule**
17+
18+ ### Analyze
19+ - ** get_attack_events**
20+
821## Use Cases
922
1023- Automated management and control of SafeLine WAF instances
@@ -95,16 +108,6 @@ cp config.yaml.example config.yaml
95108go run main.go
96109```
97110
98- ## Tools
99-
100- ### Application Management
101-
102- - ** create_application**
103-
104- ### Rule Management
105- - ** create_blacklist_rule**
106- - ** create_whitelist_rule**
107-
108111For more API details, please refer to the [ API Documentation] ( https://master.safeline-ce.staging.dev.in.chaitin.net:9443/swagger/index.html# ) .
109112
110113## Development Guide
You can’t perform that action at this time.
0 commit comments