fix(opencode): serialize mcp auth mutations (#29852)

This commit is contained in:
Shoubhit Dash
2026-05-29 14:50:15 +05:30
committed by GitHub
parent c7e1fc5e42
commit fa73ec4fa6
3 changed files with 124 additions and 16 deletions
+1 -1
View File
@@ -971,7 +971,7 @@ export type AuthStatus = "authenticated" | "expired" | "not_authenticated"
// --- Per-service runtime ---
export const defaultLayer = layer.pipe(
Layer.provide(McpAuth.layer),
Layer.provide(McpAuth.defaultLayer),
Layer.provide(Bus.layer),
Layer.provide(Config.defaultLayer),
Layer.provide(CrossSpawnSpawner.defaultLayer),