-
Could you explain and provide an example from a practical scenario when vectorcode when MCP and how to use it from neovim. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hi, I'm not very familiar with CopilotChat and after a quick search in there repo I don't see MCP being mentioned apart from a draft PR, so I'm not quite sure how the MCP server can be used there. In Codecompanion.nvim, you can use mcphub.nvim which provides an integration helper for codecompanion. It exposes the For copilotchat, I'd suggest that you keep an eye on this PR, which looks like is going to improve the context/tool component and potentially add MCP support. |
Beta Was this translation helpful? Give feedback.
-
That's great I will check codecompanion with mcphub. Could you give me some hints/instructions about the integration and my particular use case. At the end I can compile learned and add it to our documentation here. I will check their docs later today. However, it would be very helpful if you know some insides which can save me time. My first question is currently I'm using lsp mode, do I need to change something when mcp in place. And not at the last do we need some specific prompt syntax to make it to work efficient. Thanks a lot! |
Beta Was this translation helpful? Give feedback.
-
Is it make any sense to have mcp integration when codecompletion tool like minuet-ai compared to the current integration with vectorcode. I know the mcp use case is specific. I'm just trying to think out of the box and getting maximum from what we have. Thank you!!! |
Beta Was this translation helpful? Give feedback.
Also there are some options that allows you to adjust the system prompt for the Vectorcode codecompanion tool (think of it as customisable doc strings, that tells the LLM how many files to retrieve by default, etc.). Those are not available in MCP yet, but it's something I will add. In the meantime, if you prefer MCP, you can probably just tell LLM "retrieve 15 files" in the chat. Nothing significantly different, but the non-mcp tool might be better at the moment in terms of configurability.