Skip to content

Releases: block/model-ledger

v0.7.2

13 Apr 19:45

Choose a tag to compare

  • Push limit, offset, text filters to SQL in Snowflake backend — avoids S3 result downloads for paginated queries
  • Add count_models() for efficient total counts
  • In-memory backend also supports text/limit/offset for parity
  • Fixes 403 errors when querying through corporate proxies that break S3 presigned URLs

v0.7.1

11 Apr 15:34

Choose a tag to compare

  • Add read_only=True parameter to SnowflakeLedgerBackend — skips CREATE SCHEMA/TABLE for service accounts with SELECT-only access

v0.7.0

10 Apr 18:34

Choose a tag to compare

What's New

  • HTTP backend — connect MCP clients to a remote REST API without direct database credentials
  • Snowflake & HTTP backends in CLImodel-ledger mcp --backend snowflake and --backend http
  • MCP pass-through mode — MCP server delegates to REST API when using HTTP backend

Fixes

  • Fresh release to resolve corrupted proxy cache hashes from v0.6.x

v0.6.1

10 Apr 18:19

Choose a tag to compare

What's New

  • HTTP backend — connect MCP clients to a remote REST API without direct database credentials
  • Snowflake & HTTP backends in CLImodel-ledger mcp --backend snowflake and --backend http
  • MCP pass-through mode — MCP server delegates to REST API when using HTTP backend
  • Fix wheel metadata for PyPI distribution

v0.6.0 — Agent-first protocol

10 Apr 02:08
c79239f

Choose a tag to compare

What's New

Agent-first model inventory. model-ledger now ships an MCP server, REST API, and 6 consolidated tools — designed for AI agents to interact with your model inventory.

Quick Start

pip install model-ledger[mcp]
claude mcp add model-ledger -- model-ledger mcp --demo

6 Agent Tools

Tool What it does
discover Add models from any source — scan platforms, import files, inline data
record Register a model or record an event with arbitrary metadata
investigate Deep dive — identity, metadata, events, dependencies
query Search and filter the inventory with pagination
trace Dependency graph — upstream, downstream, impact analysis
changelog What changed across the inventory in a time range

New Features

  • MCP servermodel-ledger mcp starts a stdio server for Claude Code and any MCP-compatible agent
  • REST APImodel-ledger serve starts FastAPI with auto-generated OpenAPI docs at /docs
  • JSON file backend — human-readable, git-friendly default storage
  • Demo mode--demo flag loads 7 sample models with events and dependencies
  • 198 new tests (573 total)

Install Profiles

pip install model-ledger            # Core
pip install model-ledger[mcp]       # + MCP server
pip install model-ledger[rest-api]  # + REST API
pip install model-ledger[snowflake] # + Snowflake backend

Full Changelog: v0.5.0...v0.6.0

v0.5.0

09 Apr 21:21

Choose a tag to compare