mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-06-05 06:19:02 +00:00
10 lines
148 B
Lua
10 lines
148 B
Lua
require("mcphub").setup({
|
|
use_bundled_binary = true,
|
|
auto_approve = true,
|
|
extensions = {
|
|
avante = {
|
|
make_slash_commands = true,
|
|
},
|
|
},
|
|
})
|