From f4e27010183e621b0323dc9b81b076bf9c7ca0de Mon Sep 17 00:00:00 2001 From: Snider Date: Tue, 17 Mar 2026 01:45:42 +0000 Subject: [PATCH] chore: save LocaleProvider and Locales changes Co-Authored-By: Virgil --- .claude/settings.json | 2 +- .mcp.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index 0a65def..9f474d7 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,5 +1,5 @@ { "enabledPlugins": { - "code@core-agent": true + } } diff --git a/.mcp.json b/.mcp.json index 816cdd4..fe40be8 100644 --- a/.mcp.json +++ b/.mcp.json @@ -2,8 +2,8 @@ "mcpServers": { "core": { "type": "stdio", - "command": "core-mcp", - "args": ["mcp", "serve"] + "command": "core-agent", + "args": ["mcp"] } } }