Releases: modelcontextprotocol/ruby-sdk
Releases · modelcontextprotocol/ruby-sdk
v0.4.0
Added
- Client resources support with 
resources/listandresources/readmethods (#160) _metafield support for Tool schema (#124)_metafield support for Prompttitlefield support for prompt argumentscall_tool_rawmethod to client for accessing full tool responses (#149)- Structured content support in tool responses (#147)
 - AGENTS.md development guidance documentation (#134)
 - Dependabot configuration for automated dependency updates (#138)
 
Changed
- Set default 
contentto empty array instead ofnil(#150) - Improved prompt spec compliance (#153)
 - Allow output schema to be array of objects (#144)
 - Return 202 response code for accepted JSON-RPC notifications (#114)
 - Added validation to 
MCP::Configurationsetters (#145) - Updated metaschema URI format for cross-OS compatibility
 
Fixed
v0.3.0
Added
- Tool output schema support with comprehensive validation (#122)
 - HTTP client transport layer for MCP clients (#28)
 - Tool annotations validation for protocol compatibility (#122)
 - Server instructions support (#87)
 - Title support in server info (#119)
 - Default values for tool annotation hints (#118)
 - Notifications/initialized method implementation (#84)
 
Changed
- Make default protocol version the latest specification version (#83)
 - Protocol version validation to ensure valid values (#80)
 - Improved tool handling for tools with no arguments (#85, #86)
 - Better error handling and response API (#109)
 
Fixed
v0.2.0
Added
- Custom methods support via 
define_custom_method(#75) - Streamable HTTP transport implementation (#33)
 - Tool argument validation against schemas (#43)
 
Changed
- Server context is now optional for Tools and Prompts (#54)
 - Improved capability handling and removed automatic capability determination (#61, #63)
 - Refactored architecture in preparation for client support (#27)