Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lua/codecompanion/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,9 @@ If you are providing code changes, use the insert_edit_into_file tool (if availa
},
},
},
mcp = {
servers = {},
},
keymaps = {
options = {
modes = { n = "?" },
Expand Down
2 changes: 2 additions & 0 deletions lua/codecompanion/interactions/chat/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,8 @@ function Chat.new(args)

self:update_metadata()

require("codecompanion.interactions.chat.mcp").start_servers()

-- Likely this hasn't been set by the time the user opens the chat buffer
if not _G.codecompanion_current_context then
_G.codecompanion_current_context = self.buffer_context.bufnr
Expand Down
Loading
Loading