Skip to content

microsandbox: v0.2.3

Choose a tag to compare

@appcypher appcypher released this 24 May 21:25
· 890 commits to main since this release
34ec310

0.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