chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-03 03:04:40 +00:00
parent db24f89313
commit a3d282a4c2
+1 -2
View File
@@ -268,8 +268,7 @@ export const McpAuthCommand = effectCmd({
}
})
yield* MCP.Service.use((mcp) => mcp.authenticate(serverName))
.pipe(
yield* MCP.Service.use((mcp) => mcp.authenticate(serverName)).pipe(
Effect.tap((status) =>
Effect.sync(() => {
if (status.status === "connected") {