Description:
This update for perl-JSON-Validator, perl-MCP, perl-Mojolicious fixes the following issues:
- updated to 0.100.0 (0.10)
0.10 2026-05-06
- Added opt-in server-to-client streaming and session termination to the HTTP transport. Not compatible with
pre-forking web servers.
- Added support for list_changed notifications.
- Added support for progress notifications.
- Added MCP::Primitive class.
- Added MCP::Server::Context class.
- Added MCP::Server::Session class.
- Added heartbeat, session_timeout, sessions, and streaming attributes, and a notify method, to
MCP::Server::Transport::HTTP.
- Added notify method to MCP::Server::Transport::Stdio.
- Added notifications method to MCP::Server::Transport.
- Added notify_all method to MCP::Server::Transport::HTTP and MCP::Server::Transport::Stdio.
- Added notify_list_changed method to MCP::Server.
- Added delete_session method to MCP::Client.
- updated to 0.80.0 (0.08)
0.08 2026-02-17
- Added support for tool annotations. (d3flex)
- updated to 0.70.0 (0.07)
0.07 2026-01-16
- Fixed bug in MCP::Prompt where text prompts had the wrong format.
- updated to 0.60.0 (0.06)
0.06 2025-12-05
- Protocol version is now 2025-11-25.
- Added support for resources.
- Added support for audio and resource results.
- Added support for sessions specific prompt, resource, and tool lists.
- Added MCP::Resource class.
- Added read_resource and list_resources methods to MCP::Client.
- Added resource method to MCP::Server.
- Added audio_result and resource_link_result methods to MCP::Tool.
- Added prompts, resources, and tools events to MCP::Server.
- updated to 0.50.0 (0.05)
0.05 2025-08-28
- Added supprot for prompts.
- Added MCP::Prompt class.
- Added get_prompt and list_pronmpts methods to MCP::Client.
- Added prompt method to MCP::Server.
- initial package 0.40.0 (0.04)
* created by cpanspec 1.84.01
Perl-JSON-Validator was updated:
5.15 2025-03-16T18:47:47
- Make JSON::Validator::Util::is_bool return true when passed perl v5.36+ builtin booleans #275
- Fix wrong resolving of responses component using $ref #277
- Fix array coercion for array parameters with a $ref schema #274
perl-Mojolicious is added as new dependency.