Releases: snowmerak/lux
Releases · snowmerak/lux
A new MCP Server for Go
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_godoctool 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 taskexecution. - Fiber v3 Support: Updated documentation and code generation guides to support the latest Fiber v3 (beta) features, including the new
fiber.Ctxinterface.
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
Full Changelog: v3.3.0...v3.3.1
add run, build command and fix bug
Full Changelog: v3.2.1...v3.3.0
fix do not check updater bug
Full Changelog: v3.2.0...v3.2.1
distribute components to 2 parts
Full Changelog: v3.1.0...v3.2.0
Add components generation
Full Changelog: v3.0.0...v3.1.0
start refeactoring
What's Changed
- alter the variable as refresh token name and declaration by @Sujin1135 in #1
New Contributors
- @Sujin1135 made their first contribution in #1
Full Changelog: v1.4.1...v3.0.0-alpha.0
Release simple rest api and web socket framework
add bean container method
Full Changelog: v1.4.0...v1.4.1
add bean container
Full Changelog: v1.3.3...v1.4.0