remove mcphub

This commit is contained in:
2026-03-28 10:21:31 +09:00
parent eb738b6a82
commit 1803a93059

View File

@@ -1,17 +0,0 @@
return {
"ravitemer/mcphub.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
},
build = "pnpm install -g mcp-hub@latest", -- Installs `mcp-hub` node binary globally
opts = {
extensions = {
copilotchat = {
enabled = true,
convert_tools_to_functions = true,
convert_resources_to_functions = true,
add_mcp_prefix = false,
}
}
},
}