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
Content: mcp.NewTextContent(fmt.Sprintf(`Please review the following %s code:
93
-
94
-
%s
95
-
96
-
Instructions: %s
97
-
98
-
Please provide:
99
-
1. Overall assessment
100
-
2. Specific issues found
101
-
3. Suggested improvements
102
-
4. Best practice recommendations
103
-
104
-
Code:
105
-
```%s
106
-
%s
107
-
````, language, instructions, language, code)),
92
+
Content: mcp.NewTextContent(fmt.Sprintf("Please review the following %s code:\n\n%s\n\nInstructions: %s\n\nPlease provide:\n1. Overall assessment\n2. Specific issues found\n3. Suggested improvements\n4. Best practice recommendations\n\nCode:\n```%s\n%s\n```", language, instructions, language, code)),
0 commit comments