-
Notifications
You must be signed in to change notification settings - Fork 5k
API guide: register MCP server #8260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Assigning @digitarald and @connor4312 as reviewers first |
I would not merge this until we finalize an API, as it's not very useful for extensions until then and is still subject to change |
Thanks. I'll hold off on merging this. |
TODO: incorporate API updates from microsoft/vscode-extension-samples#1182 |
The MCP extension API is now finalized so we should be good to go here :) Final version: https://github.com/microsoft/vscode/pull/248244/files#diff-0a75aed19c118603eb96332bc0b9c2d7867f4182346d16d18b7fc31b6ceeb321 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😪
- [Add MCP servers to chat](/docs/copilot/chat/mcp-servers.md) | ||
- [Language Model API reference](/api/references/vscode-api.md#lm) | ||
- [Register an MCP server in a VS Code extension](/api/extension-guides/mcp.md) | ||
- [Use MCP tools in agent mode](/docs/copilot/chat/mcp-servers.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [Use MCP tools in agent mode](/docs/copilot/chat/mcp-servers.md) | |
- [Use MCP tools in agent mode](/docs/- [ ] copilot/chat/mcp-servers.md) |
Fixes #8216