Skip to content

Commit eeae48a

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

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

mcp_server/README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,6 @@ SafeLine MCP Server is an implementation of the [Model Context Protocol (MCP)](h
2424
- Docker containerization support
2525
- Secure API communication
2626

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-
4127
## Quick Start
4228

4329
### Environment Variables
@@ -111,6 +97,19 @@ go run main.go
11197

11298
For more API details, please refer to the [API Documentation](https://master.safeline-ce.staging.dev.in.chaitin.net:9443/swagger/index.html#).
11399

100+
## Tools
101+
102+
### Application Management
103+
104+
- **create_application**
105+
106+
### Rule Management
107+
- **create_blacklist_rule**
108+
- **create_whitelist_rule**
109+
110+
### Analyze
111+
- **get_attack_events**
112+
114113
## Development Guide
115114

116115
The Go API in this project is currently under development, and APIs may change. If you have specific requirements, please submit an Issue for discussion.

0 commit comments

Comments
 (0)