Releases: d13/vscode-web-components-ai
Releases · d13/vscode-web-components-ai
v1.2.1
v1.2.0
Added
- Added Install MCP Server command for easy install where supported or to provide guidance for manually configuring the MCP server.
Changed
- Improved MCP Server Information messaging and added links for help and installation.
- Ensure MCP Server Information only displays automatically on the first start-up.
v1.0.0
Added
- Added automatic registration of the MCP server for VS Code 1.101.0 and later (#8)
- Display MCP server information in the Manifests view with an action to copy the server configuration.
- Added help and informational links to the Web Component AI Tools sidebar.
Changed
- Improved error handling when locating manifests in dependencies.
- Updated MCP server SDK
v0.0.3
Added
- Added documentation for configuring the MCP server with VS Code, Cursor, Claude Code, and other AI assistants (#7)
Changed
- Updated the JSON format when using the Copy Config JSON in the MCP Server Information command to match the standard MCP format.
- Updated manifest readers to better cache and invalidate CEM files, improving performance, accuracy and reliability.
v0.0.2
Added
- Added Manifests view and Web Component AI Tools sidebar
- See all discovered CEM files, organized by local and dependencies.
- Control whether CEM files are excluded from the MCP server.
- Open CEM files in the editor.
- Refresh discovered CEM files.
- Added Start MCP Server and Stop MCP Server commands to the command palette.
Changed
- Updated List Custom Elements Manifests command to open CEM files in the editor when selected.
Fixed
- Fixed sending private member data from CEM files to MCP clients.