Skip to content
Discussion options

You must be logged in to vote

VS Code doesn’t currently support Claude-style MCP tool calling directly, but the direction of the ecosystem makes it very likely that this will become possible through the existing agent / server integration layers rather than a brand-new API surface.

On the VS Code side:

  • VS Code already supports language servers, chat participants, and the Copilot Agent API, all of which expose structured capabilities to an LLM.
  • MCP fits the same pattern (external capability advertised through a protocol), so VS Code would not need a major architectural change to support it. It would just need an adapter that maps MCP tool definitions → VS Code’s existing tool / command surfaces.

On the extension side:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rchiodo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VS Code View and incorporate suggestions from GitHub Copilot directly within the VS Code editor. Question Ask and answer questions about GitHub features and usage
2 participants