Skip to content

Commit 75a5346

Browse files
committed
feat: tools
1 parent b6f694a commit 75a5346

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

mcp_server/README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,6 @@ 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-
218
## Use Cases
229

2310
- 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
3724
- Docker containerization support
3825
- Secure API communication
3926

27+
## Tools
28+
29+
### Application Management
30+
31+
- **create_application**
32+
33+
### Rule Management
34+
- **create_blacklist_rule**
35+
- **create_whitelist_rule**
36+
37+
### Analyze
38+
- **get_attack_events**
39+
40+
4041
## Quick Start
4142

4243
### Environment Variables

0 commit comments

Comments
 (0)