diff --git a/MCP-0.04.tar.gz b/MCP-0.04.tar.gz deleted file mode 100644 index 41f44ef..0000000 --- a/MCP-0.04.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:549bda355106c509610dc951df6d64eb50114762d99dc89c53ef03245c903900 -size 19916 diff --git a/MCP-0.05.tar.gz b/MCP-0.05.tar.gz new file mode 100644 index 0000000..9d1c1d2 --- /dev/null +++ b/MCP-0.05.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4fbb6e06ff4d9f9faeb27cc387bfaeee2ff5fbaf169289ba4711b6eac95331 +size 21560 diff --git a/perl-MCP.changes b/perl-MCP.changes index e5913bc..6af0c08 100644 --- a/perl-MCP.changes +++ b/perl-MCP.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Oct 6 18:47:59 UTC 2025 - Tina Müller + +- updated to 0.50.0 (0.05) + see /usr/share/doc/packages/perl-MCP/Changes + + 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. + ------------------------------------------------------------------- Tue Aug 5 13:19:20 UTC 2025 - Tina Müller diff --git a/perl-MCP.spec b/perl-MCP.spec index 6d58074..79d4c2e 100644 --- a/perl-MCP.spec +++ b/perl-MCP.spec @@ -1,7 +1,7 @@ # # spec file for package perl-MCP # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,14 @@ %define cpan_name MCP Name: perl-MCP -Version: 0.40.0 +Version: 0.50.0 Release: 0 -# 0.04 -> normalize -> 0.40.0 -%define cpan_version 0.04 +# 0.05 -> normalize -> 0.50.0 +%define cpan_version 0.05 License: MIT Summary: Connect Perl with AI using MCP (Model Context Protocol) URL: https://metacpan.org/release/%{cpan_name} -Source0: MCP-0.04.tar.gz +Source0: https://cpan.metacpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{cpan_version}.tar.gz Source100: README.md BuildArch: noarch BuildRequires: perl @@ -41,6 +41,7 @@ Requires: perl(Mojolicious) >= 9.410 Provides: perl(MCP) = %{version} Provides: perl(MCP::Client) Provides: perl(MCP::Constants) +Provides: perl(MCP::Prompt) Provides: perl(MCP::Server) Provides: perl(MCP::Server::Transport) Provides: perl(MCP::Server::Transport::HTTP) @@ -51,9 +52,9 @@ Provides: perl(MCP::Tool) %description Connect Perl with AI using the Model Context Protocol (MCP). Currently this -module is focused on tool calling, but it will be extended to support other -MCP features in the future. At its core, MCP is all about text processing, -making it a great fit for Perl. +module is focused on tool calling and prompts, but it will be extended to +support other MCP features in the future. At its core, MCP is all about +text processing, making it a great fit for Perl. Streamable HTTP Transport Use the MCP::Server/"to_action" method to add an MCP endpoint to any