Support for Claude MCP tool calling through code #181244
-
Select Topic AreaQuestion Copilot Feature AreaVS Code BodyI'm was wondering if VS code has plans to implement support for this sort of tool calling that Claude seems to use: https://www.anthropic.com/engineering/advanced-tool-use And if VS code did, would extensions (or MCP servers) need to change at all |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
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:
On the extension side:
In short: If Microsoft shares a roadmap on this, it will likely appear in the Copilot or Agent API documentation, but nothing official has been announced yet. |
Beta Was this translation helpful? Give feedback.
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:
On the extension side: