Disable warnings and mcp-hub
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
return {
|
return {
|
||||||
'olimorris/codecompanion.nvim',
|
'olimorris/codecompanion.nvim',
|
||||||
opts = {},
|
opts = {
|
||||||
|
ignore_warnings = true,
|
||||||
|
},
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'nvim-lua/plenary.nvim',
|
'nvim-lua/plenary.nvim',
|
||||||
'nvim-treesitter/nvim-treesitter',
|
'nvim-treesitter/nvim-treesitter',
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
return {
|
return {
|
||||||
'ravitemer/mcphub.nvim',
|
-- 'ravitemer/mcphub.nvim',
|
||||||
dependencies = {
|
-- dependencies = {
|
||||||
'nvim-lua/plenary.nvim', -- Required for Job and HTTP requests
|
-- 'nvim-lua/plenary.nvim', -- Required for Job and HTTP requests
|
||||||
},
|
-- },
|
||||||
-- uncomment the following line to load hub lazily
|
-- -- uncomment the following line to load hub lazily
|
||||||
--cmd = "MCPHub", -- lazy load
|
-- --cmd = "MCPHub", -- lazy load
|
||||||
build = 'npm install -g mcp-hub@latest', -- Installs required mcp-hub npm module
|
-- build = 'npm install -g mcp-hub@latest', -- Installs required mcp-hub npm module
|
||||||
-- uncomment this if you don't want mcp-hub to be available globally or can't use -g
|
-- -- uncomment this if you don't want mcp-hub to be available globally or can't use -g
|
||||||
-- build = "bundled_build.lua", -- Use this and set use_bundled_binary = true in opts (see Advanced configuration)
|
-- -- build = "bundled_build.lua", -- Use this and set use_bundled_binary = true in opts (see Advanced configuration)
|
||||||
config = function()
|
-- config = function()
|
||||||
require('mcphub').setup()
|
-- require('mcphub').setup()
|
||||||
end,
|
-- end,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user