File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,31 @@ public class McpClients
208208 mcpType = McpTypes . Codex ,
209209 configStatus = "Not Configured" ,
210210 } ,
211+ // CodeBuddy
212+ new ( )
213+ {
214+ name = "CodeBuddy" ,
215+ windowsConfigPath = Path . Combine (
216+ Environment . GetFolderPath ( Environment . SpecialFolder . UserProfile ) ,
217+ ".CodeBuddy" ,
218+ "settings" ,
219+ "mcp.json"
220+ ) ,
221+ macConfigPath = Path . Combine (
222+ Environment . GetFolderPath ( Environment . SpecialFolder . UserProfile ) ,
223+ ".CodeBuddy" ,
224+ "settings" ,
225+ "mcp.json"
226+ ) ,
227+ linuxConfigPath = Path . Combine (
228+ Environment . GetFolderPath ( Environment . SpecialFolder . UserProfile ) ,
229+ ".CodeBuddy" ,
230+ "settings" ,
231+ "mcp.json"
232+ ) ,
233+ mcpType = McpTypes . CodeBuddy ,
234+ configStatus = "Not Configured" ,
235+ } ,
211236 } ;
212237
213238 // Initialize status enums after construction
Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ public enum McpTypes
1010 VSCode ,
1111 Windsurf ,
1212 Trae ,
13+ CodeBuddy ,
1314 }
1415}
You can’t perform that action at this time.
0 commit comments