Skip to main content

0.0.4-beta.8

Archived release notes for localnest-mcp@0.0.4-beta.8.

Channel

Archived beta

This page is frozen for users who need the exact beta.8 package behavior and install notes.

Successor

Current release is 0.0.5

Use the current release page when you want the packaged stable fixes and latest documented contract.

Use case

Release comparison

Keep this page for startup-debugging, support checks, and beta.8-specific regression work.

Summary

0.0.4-beta.8 focused on post-beta.7 runtime hardening, especially MCP startup stability and sqlite-vec status behavior under lock contention.

Key Changes

  • fixed MCP startup regressions caused by wrong-module imports in app startup code
  • removed the blocking startup update warm-check from the stdio MCP server path
  • made sqlite-vec index status degrade safely when the database is locked
  • updated installed-runtime validation to use isolated temporary index storage
  • added regression coverage for startup imports and locked-database sqlite status handling

Practical Impact

This was the stabilization beta after the larger beta.7 packaging/runtime shift. It preserved the same user-facing tool surface while making startup and status handling safer.

When to Use This Page

  • debugging a machine pinned to 0.0.4-beta.8
  • comparing beta.8 runtime behavior against stable 0.0.5
  • checking when MCP startup stopped blocking on the update warm-check