feat: tools

This commit is contained in:
xbingW
2025-04-10 18:30:29 +08:00
parent 75a5346e6f
commit eeae48affb

View File

@@ -24,20 +24,6 @@ SafeLine MCP Server is an implementation of the [Model Context Protocol (MCP)](h
- Docker containerization support
- Secure API communication
## Tools
### Application Management
- **create_application**
### Rule Management
- **create_blacklist_rule**
- **create_whitelist_rule**
### Analyze
- **get_attack_events**
## Quick Start
### Environment Variables
@@ -111,6 +97,19 @@ go run main.go
For more API details, please refer to the [API Documentation](https://master.safeline-ce.staging.dev.in.chaitin.net:9443/swagger/index.html#).
## Tools
### Application Management
- **create_application**
### Rule Management
- **create_blacklist_rule**
- **create_whitelist_rule**
### Analyze
- **get_attack_events**
## Development Guide
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.