Fix missing closing brace in OPENCODE_EXTRA_MCP_SERVERS if block

This commit is contained in:
southseact-3d
2026-02-16 12:03:49 +00:00
parent df93012130
commit 63698e1d19

View File

@@ -296,6 +296,7 @@ export namespace Config {
} catch (err) {
log.warn("Failed to parse OPENCODE_EXTRA_MCP_SERVERS; ignoring", { error: err instanceof Error ? err.message : String(err) })
}
}
result.plugin = deduplicatePlugins(result.plugin ?? [])