Skip to content

Latest commit

 

History

History
81 lines (49 loc) · 3.04 KB

File metadata and controls

81 lines (49 loc) · 3.04 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.2.1 - 2025-09-21

Fixed

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

1.2.0 - 2025-09-18

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.

1.0.0 - 2025-09-15

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

0.0.3 - 2025-06-18

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.

0.0.2 - 2025-06-18

Added

  • Added Manifests view and Web Component AI Tools sidebar (#2, #6)
    • 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. (#5)

0.0.1 - 2025-06-11

Added

  • Initial development of the project, super basic functionality.