fix config

This commit is contained in:
Ed Zynda
2025-06-18 11:40:47 +03:00
parent 6fb31c16a7
commit 78a12147d7
+1 -1
View File
@@ -77,7 +77,7 @@ func EnsureConfigExists() error {
// Check for existing config files (new format first, then legacy)
configNames := []string{".mcphost", ".mcp"}
configTypes := []string{"yaml", "json"}
configTypes := []string{"yml", "yaml", "json"}
for _, configName := range configNames {
for _, configType := range configTypes {