Skip to content

CLI v0.0.5

Latest

Choose a tag to compare

@shubhgtr shubhgtr released this 11 Dec 02:41

Installation

Homebrew (macOS/Linux)

brew upgrade onemcp

Scoop (Windows)

scoop update onemcp

Manual Download

Download the appropriate binary below for your platform.

What's New in v0.0.5

🎉 Major Changes

  • Removed SQLite dependency - No more CGO requirement!
  • JSON state management - Human-readable .onemcp/state.json
  • Fully static Go binaries - Simplified cross-platform builds

✨ Features

  • JSON-based state storage (replaces SQLite)
  • Tilde (~) expansion for --project-dir flag
  • Standardized directory naming (regression-suites/ plural)

🚀 Improvements

  • 2-10x faster state operations
  • 17% smaller binary size (19MB vs 23MB)
  • 97% less memory overhead (61KB vs 2.2MB)
  • Easier debugging with human-readable state files

🔧 Technical Details

  • Removed go-sqlite3 dependency
  • Atomic file writes with RWMutex
  • Full test coverage (18 tests passing)

Checksums

See checksums.txt in the release assets.

Full Changelog

cli-v0.0.4...cli-v0.0.5