You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(vscode-integration): add Model Context Protocol integration
Bridges the GLSP-announced MCP server into the IDE's built-in MCP
definition provider API, surfacing the URL in the IDE's MCP server
list.
MCP integration
- Node-side provider registers the announced endpoint on startup
and deregisters on extension dispose.
- Plumbs an opt-in MCP server configuration through the connector
base classes.
- Raises the minimum supported IDE version to the release shipping
the MCP definition provider API.
Adopters
- Enable MCP by setting the configuration on the connector.
- The workflow example demonstrates the end-to-end wiring with a
transient connect notification and a copy-URL action.
Misc
- Webview content-security policy allows blob URLs as image
sources, enabling client-side PNG export inside the webview.
- Adapts the webview shutdown bridge to the widened asynchronous
shutdown contract.
Part of eclipse-glsp/glsp#1546
0 commit comments