diff --git a/lua/astrocommunity/editing-support/mcphub-nvim/init.lua b/lua/astrocommunity/editing-support/mcphub-nvim/init.lua index 367a0cfef..50dd972e0 100644 --- a/lua/astrocommunity/editing-support/mcphub-nvim/init.lua +++ b/lua/astrocommunity/editing-support/mcphub-nvim/init.lua @@ -5,16 +5,7 @@ return { }, event = "User AstroFile", cmd = "MCPHub", - opts = { - port = 3000, - config = vim.fn.expand "~/mcpservers.json", - log = { - level = vim.log.levels.WARN, - to_file = false, - file_path = nil, - prefix = "MCPHub", - }, - }, + opts = {}, specs = { { "olimorris/codecompanion.nvim",