From 56b328ecbd1dfeb08dd8733b9841a8c974fc43e1 Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Fri, 16 Jan 2026 12:38:57 +0900 Subject: [PATCH] feat: remove mcp --- .claude/settings.json | 30 ++++++++++-------------------- .mcp.json | 8 -------- 2 files changed, 10 insertions(+), 28 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index 6d172a8..513cc0e 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -21,28 +21,18 @@ "deny": [], "ask": [] }, - "hooks": { - "PostToolUse": [ - { - "matcher": "Write|Edit", - "hooks": [ - { - "type": "command", - "command": "bunx @pleaseai/code format --stdin", - "timeout": 10 - }, - { - "type": "command", - "command": "bunx @pleaseai/code lsp --stdin", - "timeout": 5 - } - ] - } - ] - }, "enabledPlugins": { "asana@claude-plugins-official": true, "typescript-lsp@claude-plugins-official": true, - "plugin-dev@claude-plugins-official": true + "plugin-dev@claude-plugins-official": true, + "code-please@code-please": true + }, + "extraKnownMarketplaces": { + "code-please": { + "source": { + "source": "directory", + "path": "./" + } + } } } diff --git a/.mcp.json b/.mcp.json index e101ce0..53f188a 100644 --- a/.mcp.json +++ b/.mcp.json @@ -1,12 +1,4 @@ { "mcpServers": { - "grep": { - "type": "http", - "url": "https://mcp.grep.app" - }, - "deepwiki": { - "type": "sse", - "url": "https://mcp.deepwiki.com/sse" - } } }