From 1317b3ed5a1a9a4db60c69fd1282ab26a35e1eb3 Mon Sep 17 00:00:00 2001 From: xbingW Date: Wed, 9 Apr 2025 18:16:54 +0800 Subject: [PATCH] fix: rule --- mcp_go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_go/README.md b/mcp_go/README.md index ef7731a..7433097 100644 --- a/mcp_go/README.md +++ b/mcp_go/README.md @@ -211,7 +211,7 @@ func APIName(ctx context.Context, req *RequestType) (ResultType, error) { - API implementation files should have the same name as tool files 2. **Directory Organization** - - Divide directories by functional modules (e.g., app, waf, etc.) + - Divide directories by functional modules (e.g., app, rule, etc.) - Maintain consistent structure between tools and api directories - Keep related functionality in the same directory