import { z } from "zod" export const McpNameSchema = z.enum(["websearch_exa", "context7", "grep_app"]) export type McpName = z.infer