Skip to content

Fix for category.xml #182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion releng/org.eclipse.ecf.releng.repository/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,12 @@
<feature id="org.eclipse.ecf.remoteservice.sdk.bndtools.feature.source">
<category name="sdk.bndtools"/>
</feature>
<feature id="org.eclipse.ecf.ai.mcp.tools.feature">
<category name="ecf.ai.mcp"/>
</feature>
<category-def name="remoteservices" label="ECF Remote Services SDKs"/>
<category-def name="other" label="Other ECF Features"/>
<category-def name="sdk.eclipse" label="SDK for Eclipse without Bndtools 7.1+">
<category-def name="sdk.eclipse" label="SDK for Eclipse without Bndtools">
<category name="remoteservices"/>
<description>
This SDK is for developing Remote Services in Eclipse 2025-06 or newer *without* the Bndtools 7.1 tools
Expand All @@ -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
</description>
</category-def>
<category-def name="ecfai.tools" label="AI Model Context Protocol Tool Support">
<category name="ecfai.tools"/>
<description>
This feature provides support for using the Model Context Protocol with ECF Remote Services. Specifically it provides some annotations for providing MCP tools descriptions.
</description>
</category-def>
<category-def name="ecf.ai.mcp" label="Model Context Protocol (MCP) Tools Support">
<category name="remoteservices"/>
<description>
This feature provides annotation classes and other utilities for using ECF Remote Services with MCP servers and clients.
</description>
</category-def>
</site>
Loading