You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mcp_server/README.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,20 +24,6 @@ SafeLine MCP Server is an implementation of the [Model Context Protocol (MCP)](h
24
24
- Docker containerization support
25
25
- Secure API communication
26
26
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
-
41
27
## Quick Start
42
28
43
29
### Environment Variables
@@ -111,6 +97,19 @@ go run main.go
111
97
112
98
For more API details, please refer to the [API Documentation](https://master.safeline-ce.staging.dev.in.chaitin.net:9443/swagger/index.html#).
113
99
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
+
114
113
## Development Guide
115
114
116
115
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