mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
fix config
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user