Skip to content

Releases: snowmerak/lux

A new MCP Server for Go

08 Feb 12:23

Choose a tag to compare

Changelog

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

[4.0.0] - 2026-02-08

Added

  • MCP (Model Context Protocol) Integration: Full support for MCP, enabling AI agents like Claude to interact with Lux as a knowledge bridge.
  • Knowledge Indexing & Search: Integrated Bleve search engine to index Markdown files and provide high-performance tag/content searching.
  • Go Doc Tool: Added get_godoc tool to the MCP server, allowing real-time documentation retrieval for any Go package or symbol.
  • Taskfile Automation: Standardized build, install, and indexing workflows using Task. Support for Go 1.24+ go tool task execution.
  • Fiber v3 Support: Updated documentation and code generation guides to support the latest Fiber v3 (beta) features, including the new fiber.Ctx interface.

Changed

  • Architectural Refactoring: Enforced strict separation between interfaces (lib/), concrete implementations (pkg/), and business logic (internal/).
  • Configuration Management: Shifted to mandatory environment variable enforcement for all infrastructure dependencies to ensure production reliability (configured via ConfigRegister).

Fixed

  • Improved reliability of embedded search index handling by utilizing temporary directory extraction for Bleve data.

fix compile error

27 Apr 11:53

Choose a tag to compare

add run, build command and fix bug

27 Apr 11:50

Choose a tag to compare

fix do not check updater bug

27 Apr 11:31

Choose a tag to compare

distribute components to 2 parts

27 Apr 11:22

Choose a tag to compare

Add components generation

27 Apr 06:52

Choose a tag to compare

start refeactoring

07 Apr 06:37

Choose a tag to compare

What's Changed

  • alter the variable as refresh token name and declaration by @Sujin1135 in #1

New Contributors

Full Changelog: v1.4.1...v3.0.0-alpha.0

Release simple rest api and web socket framework

07 Apr 11:02

Choose a tag to compare

add bean container method

19 Jun 02:33

Choose a tag to compare

add bean container

17 Jun 17:28

Choose a tag to compare