Skip to content

microsandbox: v0.2.5

Choose a tag to compare

@appcypher appcypher released this 27 May 13:36
· 885 commits to main since this release
5194583

0.2.5 - (2025-05-27)

Features

  • Updated Model Context Protocol (MCP) version to 2024-11-05

Optimizations

  • Removed several unused dependencies to reduce binary size and compilation time
  • Streamlined build process by removing unnecessary crates:
    • Removed: bon, criterion, crossbeam-channel, crossbeam-deque, crossterm, evcxr, file-lock, and many more

Documentation

  • Added demo videos to README and documentation pages
  • Improved quick start guide with clearer instructions
  • Enhanced MCP documentation with usage examples
  • Updated star history chart with dark/light mode support
  • Improved server documentation to highlight MCP capabilities

Bug Fixes

  • Fixed JSON-RPC implementation to properly handle optional ID field
  • Improved import organization in REPL implementations