From c32d2f0f83601822793981cc7da57d9440f226f7 Mon Sep 17 00:00:00 2001 From: Scott Lewis Date: Sat, 17 May 2025 14:39:43 -0700 Subject: [PATCH] Added MCP Tools support to category.xml --- .../category.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/releng/org.eclipse.ecf.releng.repository/category.xml b/releng/org.eclipse.ecf.releng.repository/category.xml index 14dc58334..afcc8e46b 100644 --- a/releng/org.eclipse.ecf.releng.repository/category.xml +++ b/releng/org.eclipse.ecf.releng.repository/category.xml @@ -108,9 +108,12 @@ + + + - + This SDK is for developing Remote Services in Eclipse 2025-06 or newer *without* the Bndtools 7.1 tools @@ -122,4 +125,16 @@ This SDK has tooling for development of OSGi Remote Services on Bndtools 7.1+. This includes Eclipse views for Remote Services development (discovered endpoint descriptions, and monitoring of the RemoteServiceAdmin OSGi service implementation. It also includes Bndtools workspace, project, and bndrun templates, and OSGi Service creation wizards. Bndtools 7.1+ must be installed prior to successfully installing this feature. See here for Bndtools 7.1 installation instructions: https://bndtools.org/installation.html + + + + This feature provides support for using the Model Context Protocol with ECF Remote Services. Specifically it provides some annotations for providing MCP tools descriptions. + + + + + + This feature provides annotation classes and other utilities for using ECF Remote Services with MCP servers and clients. + +