chore: sync workspace dependencies

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Snider 2026-03-15 15:44:39 +00:00
parent 5e7c0e9ec4
commit e1294b8412
2 changed files with 14 additions and 0 deletions

5
.claude/settings.json Normal file
View file

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

9
.mcp.json Normal file
View file

@ -0,0 +1,9 @@
{
"mcpServers": {
"core": {
"type": "stdio",
"command": "core-mcp",
"args": ["mcp", "serve"]
}
}
}