chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-16 23:53:10 +00:00
parent 5d47ea0918
commit f9aa3d77cd
2 changed files with 2 additions and 9 deletions
+1 -3
View File
@@ -49,9 +49,7 @@ export const Remote = z
oauth: z
.union([OAuth, z.literal(false)])
.optional()
.describe(
"OAuth authentication configuration for the MCP server. Set to false to disable OAuth auto-detection.",
),
.describe("OAuth authentication configuration for the MCP server. Set to false to disable OAuth auto-detection."),
timeout: z
.number()
.int()