MCP Server + VSCode Copilot #176387
Replies: 2 comments
-
|
Hi @shahildhotre , There is currently no built-in way for VS Code Copilot Chat to automatically call an MCP tool or resource immediately upon connecting to an MCP server, without user input. Copilot Chat is designed to respond to user queries and actions, not to trigger tool calls on its own when a connection is established. If you want to automate actions when connecting to an MCP server, you would need to implement this behavior in a custom VS Code extension. The extension could listen for MCP server connection events and then programmatically invoke the desired tool or resource. Copilot Chat itself does not support this kind of automation natively. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Currently, GitHub Copilot Chat in VS Code does not support automatically sending a query to an MCP tool or resource immediately upon connecting to a server. All interactions are initiated manually through the chat interface. Workarounds / Suggestions:
✅ TL;DR |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Copilot Feature Area
VS Code
Body
I was wondering if there’s a way to automatically call an MCP tool or resource in VS Code Copilot Chat as soon as it connects to an MCP server, without manually entering a query in the chat.
Beta Was this translation helpful? Give feedback.
All reactions