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: main.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ func main() {
42
42
// Register create_api_spec tool (T081 - User Story 5)
43
43
mcp.AddTool(server, &mcp.Tool{
44
44
Name: "create_api_spec",
45
-
Description: "Create a sample API specification file for go-zero",
45
+
Description: "Create a sample API specification file for go-zero. IMPORTANT: Always define concrete types for request and response - do NOT use 'any' type in .api files as it's not supported by go-zero",
46
46
}, tools.CreateAPISpec)
47
47
48
48
// Register analyze_project tool (T097 - User Story 6)
0 commit comments