New
microsandbox: v0.2.3
0.2.3 - (2025-05-24)
Features
- Added Model Context Protocol (MCP) support to microsandbox-server including:
- New
/mcpendpoint for handling MCP requests - Support for MCP initialize, tools/list, tools/call, prompts/list, and prompts/get methods
- Built-in tools for sandbox management (start, stop, run code, execute commands, get metrics)
- Built-in prompts for Python and Node.js sandbox creation
- Comprehensive error handling and response formatting for MCP
- New
Documentation
- Added comprehensive documentation site with guides and references
- Added detailed API reference documentation including RPC endpoints and MCP integration
- Added complete SDK references for Python, TypeScript and Rust implementations
- Added project management and sandbox operation guides
- Added best practices and error handling guides for all SDKs
Internal Changes
- Reorganized server route handling to support MCP endpoint