refactor: remove unused imports from auto-update-checker, claude-code-hooks, mcp

This commit is contained in:
YeonGyu-Kim
2026-02-16 22:11:38 +09:00
parent a4cf75feec
commit 83e8fb9cae
4 changed files with 2 additions and 4 deletions
-1
View File
@@ -1,7 +1,6 @@
import { createWebsearchConfig } from "./websearch"
import { context7 } from "./context7"
import { grep_app } from "./grep-app"
import type { McpName } from "./types"
import type { OhMyOpenCodeConfig } from "../config/schema"
export { McpNameSchema, type McpName } from "./types"