Skip to content

microsandbox: v0.2.4

Choose a tag to compare

@appcypher appcypher released this 26 May 11:56
· 887 commits to main since this release
94f582b

0.2.4 - (2025-05-26)

Breaking Changes

  • Changed JSON-RPC request/response ID field to be optional to support notifications
  • Updated MCP protocol version to 2025-03-26
  • Modified error response handling to support optional request IDs

Features

  • Added smart authentication middleware for MCP requests that handles protocol vs tool methods differently
  • Added support for JSON-RPC notifications (requests without IDs/responses)
  • Added new ProcessedNotification type and JsonRpcResponseOrNotification enum
  • Improved MCP tools description and added image type restrictions

Bug Fixes

  • Fixed error handling in JSON-RPC request processing
  • Improved namespace validation in MCP authentication
  • Updated error response generation to handle missing request IDs

Documentation

  • Added comprehensive CLI command examples
  • Updated MCP server compatibility information
  • Added detailed examples for all CLI commands
  • Improved SDK feature support documentation
  • Added "Coming Soon" notices for unreleased features