Add MCP support (#1028)
This commit is contained in:
@@ -128,7 +128,7 @@ export type RuntimeMode = z.infer<typeof RuntimeModeSchema>;
|
||||
export const RuntimeMode2Schema = z.enum(["host", "docker"]);
|
||||
export type RuntimeMode2 = z.infer<typeof RuntimeMode2Schema>;
|
||||
|
||||
export const ChatModeSchema = z.enum(["build", "ask"]);
|
||||
export const ChatModeSchema = z.enum(["build", "ask", "agent"]);
|
||||
export type ChatMode = z.infer<typeof ChatModeSchema>;
|
||||
|
||||
export const GitHubSecretsSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user