Skip to content

v0.2.0 — standalone MCP mode

Latest

Choose a tag to compare

@krtw00 krtw00 released this 15 May 18:08
· 228 commits to main since this release

First semver release covering the standalone MCP server.

Highlights

  • konbu mcp --standalone — SQLite-backed stdio MCP server (no HTTP, no auth, no Cloud SQL).
  • memo / todo / event CRUD + cross-entity LIKE search; tags upsert/dedup; soft-delete excluded from list/search.
  • Default SQLite DB at ~/.konbu/konbu.db (override with --db); pure-Go driver (modernc.org/sqlite, CGO disabled).
  • Docker image published at ghcr.io/krtw00/konbu-mcp (distroless static, multi-arch linux/amd64 + linux/arm64, public).
  • Unit tests under internal/standalone/ cover CRUD, tag dedup, soft-delete filtering, and cross-entity search.

The HTTP / Cloud mode is unchanged; sponsor-facing behavior is unaffected.

Docker

docker pull ghcr.io/krtw00/konbu-mcp:v0.2.0
# or for the latest main:
docker pull ghcr.io/krtw00/konbu-mcp:latest

Getting started

See the Standalone mode (local-only) section in the README.