chore(config): update schema after websearch_exa removal

🤖 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:20 +09:00
parent 26e77a0a89
commit 48174ec25a
2 changed files with 0 additions and 2 deletions

View File

@@ -13,7 +13,6 @@
"items": { "items": {
"type": "string", "type": "string",
"enum": [ "enum": [
"websearch_exa",
"context7", "context7",
"grep_app" "grep_app"
] ]

View File

@@ -16,7 +16,6 @@ export const TARGET_TOOLS = new Set([
"webfetch", "webfetch",
"context7_resolve-library-id", "context7_resolve-library-id",
"context7_get-library-docs", "context7_get-library-docs",
"websearch_exa_web_search_exa",
"grep_app_searchgithub", "grep_app_searchgithub",
]); ]);