Release History for Einstein-MCP

v1.1.1-RC.1
Mar 24, 2026
v1.1.1-RC.1
macOS Intel
Binary • macOS • amd64 • 8.0 MB
Download
macOS Apple Silicon
Binary • macOS • arm64 • 7.6 MB
Download
Linux AMD64
Binary • Linux • amd64 • 7.8 MB
Download
Linux ARM64
Binary • Linux • arm64 • 7.3 MB
Download
Windows AMD64
Binary • Windows • amd64 • .exe • 7.9 MB
Download

First release candidate for v1.1.1. Features may be unstable and buggy!

  • Added parsers for javascript, laravel, nextjs, php, react, symfony, typescript (mostly untested)
  • Added a parser for twig (roughly tested and adjusted)
  • Added automatic instructions describing how the memory management should be used
  • Added automatic instructions, describing how the outliner should be used

All features related to the outline feature are considered unstable and are only available via the --experimental flag!

v1.1.1-RC.2
Mar 24, 2026
v1.1.1-RC.2
macOS Intel
Binary • macOS • amd64 • 8.2 MB
Download
macOS Apple Silicon
Binary • macOS • arm64 • 7.8 MB
Download
Linux AMD64
Binary • Linux • amd64 • 8.0 MB
Download
Linux ARM64
Binary • Linux • arm64 • 7.5 MB
Download
Windows AMD64
Binary • Windows • amd64 • .exe • 8.1 MB
Download

Second release candidate for v1.1.1. May be unstable.

  • Added shopware-twig superset for the outline feature. This superset adds automatic plugin scanning and support for sw_include and sw_extends directives, to correctly work in Shopware projects.
v1.1.0
Mar 02, 2026
v1.1.0
macOS Intel
Binary • macOS • amd64 • 7.8 MB
Download
macOS Apple Silicon
Binary • macOS • arm64 • 7.4 MB
Download
Linux AMD64
Binary • Linux • amd64 • 7.7 MB
Download
Linux ARM64
Binary • Linux • arm64 • 7.2 MB
Download
Windows AMD64
Binary • Windows • amd64 • .exe • 7.8 MB
Download

Code Outlines:

  • added outline_project tool to generate symbol outlines for an entire project, depicting relations and usages
  • added outline_file tool to generate symbol outlines for a specific code file
  • added outline_symbol tool to trace the usage, relations and inheritance of a single symbol across the code base
  • added the "--experimental" flag to contain experimental features (new outline features are considered experimental for now)
  • added outline support for Generic languages using regular expressions (suited for Markdown, TXT, Makefile and other simple languages)
  • added outline support for GoLang
v1.0.0
Feb 22, 2026
v1.0.0
macOS Intel
Binary • macOS • amd64 • 7.2 MB
Download
macOS Apple Silicon
Binary • macOS • arm64 • 6.9 MB
Download
Linux AMD64
Binary • Linux • amd64 • 7.0 MB
Download
Linux ARM64
Binary • Linux • arm64 • 6.6 MB
Download
Windows AMD64
Binary • Windows • amd64 • .exe • 7.1 MB
Download

initial release of einstein MCP