Commit Graph

11 Commits

Author SHA1 Message Date
lukaszraczylo a8a7e3e729 Update go.mod and go.sum (#6) v0.5.13 2026-04-09 04:56:16 +01:00
lukaszraczylo e60ff0d3ef Update go.mod and go.sum (#5) v0.5.11 2026-04-05 04:59:12 +01:00
lukaszraczylo 780832ea54 Update go.mod and go.sum (#4) v0.5.9 2026-03-27 03:57:14 +00:00
lukaszraczylo b09f697edf Update go.mod and go.sum (#3) v0.5.7 2026-03-20 03:47:03 +00:00
lukaszraczylo eaa5f43d51 Update go.mod and go.sum (#2) v0.5.5 2026-03-15 03:57:25 +00:00
lukaszraczylo 9705a03777 Update go.mod and go.sum (#1) v0.5.3 2026-03-08 03:46:21 +00:00
lukaszraczylo eabda02acb Add daily go.mod autoupdate workflow v0.5.1 2026-03-07 18:57:43 +00:00
lukaszraczylo 66bd0092d2 Fix cosign signing artifact path in goreleaser config v0.4.3 2026-03-07 18:40:15 +00:00
lukaszraczylo 37bcfcd60b Add Docker deployment instructions to README v0.4.1 2026-03-07 18:36:30 +00:00
lukaszraczylo dded4ec04c Add release infrastructure and complete implementation
- Dockerfile: distroless container for MCP server
- GoReleaser: multi-platform binary and Docker builds with cosign signing
- GitHub Actions: release workflow using shared actions
- Semver config for automatic version calculation
- Persistence layer, content indexing, and improved tool handlers
v0.3.1
2026-03-07 18:31:00 +00:00
lukaszraczylo 0ddd0e4598 Initial implementation of compaction MCP server
Ephemeral, per-session context management for LLMs with 8 MCP tools:
store, query, status, compact, pin, forget, configure, update.

Features: scoring with decay/importance/access, Jaccard dedup,
summary promotion, budget-based eviction, auto-detection of
client context window via MCP hooks.
2026-03-07 16:57:12 +00:00