1
0
forked from perl/perl-MCP

1 Commits

Author SHA256 Message Date
e21f3db092 Automatic update to v0.50.0 (0.05) 2025-10-06 18:48:00 +00:00
4 changed files with 24 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:549bda355106c509610dc951df6d64eb50114762d99dc89c53ef03245c903900
size 19916

BIN
MCP-0.05.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 6 18:47:59 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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 <tina.mueller@suse.com> Tue Aug 5 13:19:20 UTC 2025 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-MCP # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,14 @@
%define cpan_name MCP %define cpan_name MCP
Name: perl-MCP Name: perl-MCP
Version: 0.40.0 Version: 0.50.0
Release: 0 Release: 0
# 0.04 -> normalize -> 0.40.0 # 0.05 -> normalize -> 0.50.0
%define cpan_version 0.04 %define cpan_version 0.05
License: MIT License: MIT
Summary: Connect Perl with AI using MCP (Model Context Protocol) Summary: Connect Perl with AI using MCP (Model Context Protocol)
URL: https://metacpan.org/release/%{cpan_name} 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 Source100: README.md
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
@@ -41,6 +41,7 @@ Requires: perl(Mojolicious) >= 9.410
Provides: perl(MCP) = %{version} Provides: perl(MCP) = %{version}
Provides: perl(MCP::Client) Provides: perl(MCP::Client)
Provides: perl(MCP::Constants) Provides: perl(MCP::Constants)
Provides: perl(MCP::Prompt)
Provides: perl(MCP::Server) Provides: perl(MCP::Server)
Provides: perl(MCP::Server::Transport) Provides: perl(MCP::Server::Transport)
Provides: perl(MCP::Server::Transport::HTTP) Provides: perl(MCP::Server::Transport::HTTP)
@@ -51,9 +52,9 @@ Provides: perl(MCP::Tool)
%description %description
Connect Perl with AI using the Model Context Protocol (MCP). Currently this 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 module is focused on tool calling and prompts, but it will be extended to
MCP features in the future. At its core, MCP is all about text processing, support other MCP features in the future. At its core, MCP is all about
making it a great fit for Perl. text processing, making it a great fit for Perl.
Streamable HTTP Transport Streamable HTTP Transport
Use the MCP::Server/"to_action" method to add an MCP endpoint to any Use the MCP::Server/"to_action" method to add an MCP endpoint to any