microsandbox-v0.2.5
superradcompany/microsandboxmicrosandbox-v0.2.5May 27, 2025by appcypher
AI Summary
This release updates the Model Context Protocol version and removes unused dependencies to reduce binary size, while significantly improving documentation with demo videos and enhanced guides.
Key Highlights
- Updated MCP version to 2024-11-05
- Removed unused dependencies to reduce binary size
- Added demo videos to README and documentation
- Improved quick start guide with clearer instructions
- Enhanced MCP documentation with usage examples
New Features
- Updated Model Context Protocol (MCP) version to 2024-11-05
- Removed unused dependencies to reduce binary size and compilation time
Full Release Notes
## [0.2.5](https://github.com/microsandbox/microsandbox/compare/microsandbox-v0.2.4...microsandbox-v0.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