Skip to content

Commit 1317b3e

Browse files
committed
fix: rule
1 parent 7fdf633 commit 1317b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp_go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ func APIName(ctx context.Context, req *RequestType) (ResultType, error) {
211211
- API implementation files should have the same name as tool files
212212

213213
2. **Directory Organization**
214-
- Divide directories by functional modules (e.g., app, waf, etc.)
214+
- Divide directories by functional modules (e.g., app, rule, etc.)
215215
- Maintain consistent structure between tools and api directories
216216
- Keep related functionality in the same directory
217217

0 commit comments

Comments
 (0)