Commit Graph
12 Commits
Author SHA1 Message Date
lukaszraczyloandGitHub ef5a2152d9 Update go.mod and go.sum (#7) 2026-04-15 05:01:04 +01:00
lukaszraczyloandGitHub a8a7e3e729 Update go.mod and go.sum (#6) 2026-04-09 04:56:16 +01:00
lukaszraczyloandGitHub e60ff0d3ef Update go.mod and go.sum (#5) 2026-04-05 04:59:12 +01:00
lukaszraczyloandGitHub 780832ea54 Update go.mod and go.sum (#4) 2026-03-27 03:57:14 +00:00
lukaszraczyloandGitHub b09f697edf Update go.mod and go.sum (#3) 2026-03-20 03:47:03 +00:00
lukaszraczyloandGitHub eaa5f43d51 Update go.mod and go.sum (#2) 2026-03-15 03:57:25 +00:00
lukaszraczyloandGitHub 9705a03777 Update go.mod and go.sum (#1) 2026-03-08 03:46:21 +00:00
lukaszraczylo eabda02acb Add daily go.mod autoupdate workflow 2026-03-07 18:57:43 +00:00
lukaszraczylo 66bd0092d2 Fix cosign signing artifact path in goreleaser config 2026-03-07 18:40:15 +00:00
lukaszraczylo 37bcfcd60b Add Docker deployment instructions to README 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
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