Skip to content

Commit b6f694a

Browse files
committed
feat: tools
1 parent 9cab30c commit b6f694a

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

mcp_server/README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff 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
95108
go 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-
108111
For 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

0 commit comments

Comments
 (0)