Skip to content

Commit f84bef8

Browse files
authored
Merge pull request #182 from scottslewis/master
Fix for category.xml
2 parents 1c00ca9 + c6d2687 commit f84bef8

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

releng/org.eclipse.ecf.releng.repository/category.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,12 @@
108108
<feature id="org.eclipse.ecf.remoteservice.sdk.bndtools.feature.source">
109109
<category name="sdk.bndtools"/>
110110
</feature>
111+
<feature id="org.eclipse.ecf.ai.mcp.tools.feature">
112+
<category name="ecf.ai.mcp"/>
113+
</feature>
111114
<category-def name="remoteservices" label="ECF Remote Services SDKs"/>
112115
<category-def name="other" label="Other ECF Features"/>
113-
<category-def name="sdk.eclipse" label="SDK for Eclipse without Bndtools 7.1+">
116+
<category-def name="sdk.eclipse" label="SDK for Eclipse without Bndtools">
114117
<category name="remoteservices"/>
115118
<description>
116119
This SDK is for developing Remote Services in Eclipse 2025-06 or newer *without* the Bndtools 7.1 tools
@@ -122,4 +125,16 @@
122125
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
123126
</description>
124127
</category-def>
128+
<category-def name="ecfai.tools" label="AI Model Context Protocol Tool Support">
129+
<category name="ecfai.tools"/>
130+
<description>
131+
This feature provides support for using the Model Context Protocol with ECF Remote Services. Specifically it provides some annotations for providing MCP tools descriptions.
132+
</description>
133+
</category-def>
134+
<category-def name="ecf.ai.mcp" label="Model Context Protocol (MCP) Tools Support">
135+
<category name="remoteservices"/>
136+
<description>
137+
This feature provides annotation classes and other utilities for using ECF Remote Services with MCP servers and clients.
138+
</description>
139+
</category-def>
125140
</site>

0 commit comments

Comments
 (0)