Replies: 1 comment
-
Update: Native mcphub.nvim Extension AvailableWe've now added native CopilotChat support to mcphub.nvim, so you no longer need the manual integration code above. Migration RequiredIf you're using the manual integration code from this discussion, please remove it completely and use the new native extension instead. New Setup1. Install CopilotChat normally: {
"CopilotC-Nvim/CopilotChat.nvim",
build = "make tiktoken",
opts = {},
} 2. Enable mcphub CopilotChat extension: require("mcphub").setup({
extensions = {
copilotchat = {
enabled = true,
convert_tools_to_functions = true,
convert_resources_to_functions = true,
add_mcp_prefix = false,
},
}
}) The native extension handles everything automatically - no more manual event listeners or function registration needed. Full documentation: https://ravitemer.github.io/mcphub.nvim/extensions/copilotchat.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Integration with mcphub.nvim: See @ravitemer response below
Beta Was this translation helpful? Give feedback.
All reactions