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
5
5
[ ![ Docker] ( https://img.shields.io/badge/Docker-Supported-2496ED?style=flat-square&logo=docker&logoColor=white )] ( docker-compose.yml )
6
6
[ ![ Go Version] ( https://img.shields.io/badge/Go-1.21+-00ADD8?style=flat-square&logo=go&logoColor=white )] ( go.mod )
7
7
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
+
8
21
## Use Cases
9
22
10
23
- Automated management and control of SafeLine WAF instances
@@ -95,16 +108,6 @@ cp config.yaml.example config.yaml
95
108
go run main.go
96
109
```
97
110
98
- ## Tools
99
-
100
- ### Application Management
101
-
102
- - ** create_application**
103
-
104
- ### Rule Management
105
- - ** create_blacklist_rule**
106
- - ** create_whitelist_rule**
107
-
108
111
For more API details, please refer to the [ API Documentation] ( https://master.safeline-ce.staging.dev.in.chaitin.net:9443/swagger/index.html# ) .
109
112
110
113
## Development Guide
You can’t perform that action at this time.
0 commit comments