aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-04-05 16:51:10 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-04-05 17:17:58 +0000
commitcc15d545175365e15e11481abda426d3740f7ceb (patch)
treef02fb33e993a46396e1c5382f8cdcbaa921809d1
parent0912ac1ca7214821fc858dc27c21c317155b0372 (diff)
devel/rubygem-mcp: Add rubygem-mcp 0.9.1
The official Ruby SDK for Model Context Protocol servers and clients.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-mcp/Makefile19
-rw-r--r--devel/rubygem-mcp/distinfo3
-rw-r--r--devel/rubygem-mcp/pkg-descr1
4 files changed, 24 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c68304661de2..1e5320f2d5cd 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7714,6 +7714,7 @@
SUBDIR += rubygem-map
SUBDIR += rubygem-marcel
SUBDIR += rubygem-marcel-gitlab
+ SUBDIR += rubygem-mcp
SUBDIR += rubygem-memo_wise
SUBDIR += rubygem-memoist
SUBDIR += rubygem-memoist3
diff --git a/devel/rubygem-mcp/Makefile b/devel/rubygem-mcp/Makefile
new file mode 100644
index 000000000000..9e5bf3ddd5df
--- /dev/null
+++ b/devel/rubygem-mcp/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= mcp
+PORTVERSION= 0.9.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Official Ruby SDK for Model Context Protocol servers and clients
+WWW= https://github.com/modelcontextprotocol/ruby-sdk
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-json-schema>=4.1:devel/rubygem-json-schema
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-mcp/distinfo b/devel/rubygem-mcp/distinfo
new file mode 100644
index 000000000000..7afe548af41b
--- /dev/null
+++ b/devel/rubygem-mcp/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1773966678
+SHA256 (rubygem/mcp-0.9.1.gem) = 58185e2f80777be85134ead5dea38519520fa61856a36139a13932def6b2b199
+SIZE (rubygem/mcp-0.9.1.gem) = 37376
diff --git a/devel/rubygem-mcp/pkg-descr b/devel/rubygem-mcp/pkg-descr
new file mode 100644
index 000000000000..0f5510350968
--- /dev/null
+++ b/devel/rubygem-mcp/pkg-descr
@@ -0,0 +1 @@
+The official Ruby SDK for Model Context Protocol servers and clients.