microsandbox-v0.2.3

superradcompany/microsandboxmicrosandbox-v0.2.3May 24, 2025by appcypher

AI Summary

This release adds comprehensive Model Context Protocol support to microsandbox-server with a new MCP endpoint, built-in tools for sandbox management, and a complete documentation site.

Key Highlights

  • Added MCP support with new /mcp endpoint
  • Implemented MCP initialize, tools/list, tools/call, prompts/list, and prompts/get methods
  • Added built-in tools for sandbox management
  • Added comprehensive documentation site
  • Added complete SDK references for Python, TypeScript and Rust

New Features

  • Added Model Context Protocol (MCP) support to microsandbox-server
  • New /mcp endpoint 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

Full Release Notes

## [0.2.3](https://github.com/microsandbox/microsandbox/compare/microsandbox-v0.2.2...microsandbox-v0.2.3) - (2025-05-24)

## Features
- Added Model Context Protocol (MCP) support to microsandbox-server including:
  - New `/mcp` endpoint 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

## 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