You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
## Eclipse Communications Framework
2
2
ECF is a set of APIs/frameworks/types for inter-process communication
3
3
4
-
Current version: 3.16.2
5
-
Release Date: 5/28/2025
4
+
Current version: 3.16.3
5
+
Release Date: 7/2/2025
6
6
7
-
## NEW (5/19/2025) ECF adds tooling support for Model Context Protocol (MCP)
7
+
## NEW (7/2/2025) ECF enhances tooling support for Model Context Protocol (MCP)
8
8
9
-
As part of ECF 3.16.1, there is a new bundle/jar in ECF that adds annotation classes and a few utility classes. It's available in [ECF 3.16.1 p2 repo](https://download.eclipse.org/rt/ecf/latest/) and via [maven central](https://central.sonatype.com/artifact/org.eclipse.ecf/org.eclipse.ecf.ai.mcp.tools).
9
+
As part of ECF 3.16.3, there is a new bundle/jar in ECF that adds annotation classes and a few utility classes. It's available in [ECF 3.16.3 p2 repo](https://download.eclipse.org/rt/ecf/latest/) and via [maven central](https://central.sonatype.com/artifact/org.eclipse.ecf/org.eclipse.ecf.ai.mcp.tools).
10
10
11
11
There is an example [here](https://github.com/ECF/Py4j-RemoteServicesProvider/blob/master/examples/org.eclipse.ecf.examples.ai.mcp.toolservice/src/org/eclipse/ecf/examples/ai/mcp/toolservice/ArithmeticTools.java) of using these annotations for two tools declared by a single service interface.
0 commit comments