Skip to content

Releases: d13/vscode-web-components-ai

v1.2.1

22 Sep 02:46
@d13 d13

Choose a tag to compare

Fixed

  • Prevents from registering the MCP Definition Provider in Kiro as it doesn't properly support it.

v1.2.0

22 Sep 02:45
@d13 d13

Choose a tag to compare

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

15 Sep 04:27
@d13 d13

Choose a tag to compare

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

18 Jun 05:03
@d13 d13

Choose a tag to compare

v0.0.3 Pre-release
Pre-release

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

17 Jun 05:36
@d13 d13

Choose a tag to compare

v0.0.2 Pre-release
Pre-release

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.

v0.0.1

11 Jun 06:47
@d13 d13

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

Added

  • Initial development of the project, super basic functionality.