Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: oOo0oOo/lean-lsp-mcp

v0.10.0

21 Oct 03:15

Choose a tag to compare

What's Changed

  • Significant speedups thanks to improved handling of blocking and building in leanclient.
  • Various other improvements such as better cleanup and logging in leanclient.
  • Add orjson>=3.11.1 for Python 3.14 compatibility by @jessealama in #31

Full Changelog: v0.9.0...v0.10.0

v0.9.0

17 Oct 16:42

Choose a tag to compare

What's Changed

  • Local search tool to reduce API hallucinations by @oOo0oOo in #29
  • Feature/automated tests by @oOo0oOo in #28

Full Changelog: v0.8.0...v0.9.0

v0.8.0

15 Oct 01:50

Choose a tag to compare

What's Changed

  • Add diagnostic logging to update_file for #21 by @jessealama in #26
  • Set logging verbosity using env variable LEAN_LOG_LEVEL
  • Bump dependencies

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

07 Sep 11:24

Choose a tag to compare

What's Changed

  • feat: Add host and port arguments for transport by @lenianiva in #23
  • Improved instructions
  • Remove environment variables from MCP config
  • Bump dependencies

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

22 Jul 19:43

Choose a tag to compare

Features

  • Support sse and streamable-http transport methods
  • Support bearer token authentication for sse and streamable-http
  • Better instructions for lean_multi_attempt tool
  • Expose lake clean in lean_build tool

Full Changelog: v0.4.1...v0.6.0

v0.4.1

07 Jul 15:16

Choose a tag to compare

What's Changed

  • Help agents to identify incorrect input parameters in #12
  • Return relevant diagnostic messages with hover information

Full Changelog: v0.4.0...v0.4.1

v0.4.0

04 Jul 21:06

Choose a tag to compare

What's Changed

  • LeanHammer premise search tool
  • Better error responses
  • Fix: Sorting lean_completions tool results, better partial results

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

29 Jun 11:22

Choose a tag to compare

Features

  • Support self-hosted Lean State Search
  • Improved instructions (MCP and tool): Make more concise to save tokens
  • Bump dependencies
  • Fix: Lean build tool

Full Changelog: v0.3.0...v0.3.1

v0.3.0

27 Jun 22:44

Choose a tag to compare

Features

  • Loogle tool
  • Lean State Search tool
  • Rate limiting external search tools
  • Cleaner logging

Full Changelog: v0.2.0...v0.3.0

v0.2.0

13 Jun 14:37

Choose a tag to compare

Features:

  • New tool lean_run_code: Run/compile independent code snippets/files and receive diagnostic messages.
  • Configuration of env variable LEAN_PROJECT_PATH no longer required.

Full Changelog: v0.1.11...v0.2.0