forked from pool/perl-MCP
Automatic update to MCP-0.06.tar.gz #2
BIN
MCP-0.05.tar.gz
LFS
BIN
MCP-0.05.tar.gz
LFS
Binary file not shown.
BIN
MCP-0.06.tar.gz
LFS
Normal file
BIN
MCP-0.06.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 9 05:35:26 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.60.0 (0.06)
|
||||
see /usr/share/doc/packages/perl-MCP/Changes
|
||||
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 6 18:47:59 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name MCP
|
||||
Name: perl-MCP
|
||||
Version: 0.50.0
|
||||
Version: 0.60.0
|
||||
Release: 0
|
||||
# 0.05 -> normalize -> 0.50.0
|
||||
%define cpan_version 0.05
|
||||
# 0.06 -> normalize -> 0.60.0
|
||||
%define cpan_version 0.06
|
||||
License: MIT
|
||||
Summary: Connect Perl with AI using MCP (Model Context Protocol)
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -42,6 +42,7 @@ Provides: perl(MCP) = %{version}
|
||||
Provides: perl(MCP::Client)
|
||||
Provides: perl(MCP::Constants)
|
||||
Provides: perl(MCP::Prompt)
|
||||
Provides: perl(MCP::Resource)
|
||||
Provides: perl(MCP::Server)
|
||||
Provides: perl(MCP::Server::Transport)
|
||||
Provides: perl(MCP::Server::Transport::HTTP)
|
||||
|
||||
Reference in New Issue
Block a user