Skip to content

v2.2.2 — .astro file support

Latest

Choose a tag to compare

@CSCSoftware CSCSoftware released this 30 Jun 16:37

Community contribution — Astro support. 🎉

Added

  • .astro file support (#15, thanks @zlegein) — Astro components are now indexed by parsing their TypeScript frontmatter (the code between the --- fences) with the existing TSX grammar. The template/markup below is skipped. Line numbers are preserved exactly: template lines are blanked (not removed) before parsing, so every reported method/type position matches the original file. No new dependency.

npm install -g aidex-mcp@2.2.2