chore: save LocaleProvider and Locales changes

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Snider 2026-03-17 01:45:42 +00:00
parent d64099b028
commit f4e2701018
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{ {
"enabledPlugins": { "enabledPlugins": {
"code@core-agent": true
} }
} }

View file

@ -2,8 +2,8 @@
"mcpServers": { "mcpServers": {
"core": { "core": {
"type": "stdio", "type": "stdio",
"command": "core-mcp", "command": "core-agent",
"args": ["mcp", "serve"] "args": ["mcp"]
} }
} }
} }