chore: generate

This commit is contained in:
opencode-agent[bot]
2026-03-27 01:47:36 +00:00
parent 9c6f1edfd7
commit b242a8d8e4
3 changed files with 640 additions and 648 deletions

View File

@@ -477,10 +477,8 @@ export namespace MCP {
})
}
const cache = yield* InstanceState.make<State>(
Effect.fn("MCP.state")(function* () {
const cfg = yield* cfgSvc.get()
const config = cfg.mcp ?? {}
const s: State = {
@@ -706,7 +704,6 @@ export namespace MCP {
})
const getMcpConfig = Effect.fnUntraced(function* (mcpName: string) {
const cfg = yield* cfgSvc.get()
const mcpConfig = cfg.mcp?.[mcpName]
if (!mcpConfig || !isMcpConfigured(mcpConfig)) return undefined