refactor(mcp): remove websearch_exa as built-in MCP server

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
This commit is contained in:
YeonGyu-Kim
2026-01-05 20:09:09 +09:00
parent aecfc77fb6
commit a5c71473a5
3 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { z } from "zod"
export const McpNameSchema = z.enum(["websearch_exa", "context7", "grep_app"])
export const McpNameSchema = z.enum(["context7", "grep_app"])
export type McpName = z.infer<typeof McpNameSchema>