diff --git a/mcp_server/README.md b/mcp_server/README.md index 94fffe8..8e2b039 100644 --- a/mcp_server/README.md +++ b/mcp_server/README.md @@ -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.