diff --git a/posts/2026-04-07-26.0.0.4-beta.adoc b/posts/2026-04-07-26.0.0.4-beta.adoc index 28030c238..803d7d23b 100644 --- a/posts/2026-04-07-26.0.0.4-beta.adoc +++ b/posts/2026-04-07-26.0.0.4-beta.adoc @@ -530,7 +530,7 @@ This beta release of Open Liberty includes updates to the `mcpServer-1.0` featur === Dynamically register MCP tools -Tools can now be registered dynamically through an API or by annotating a method. This capability allows the set of available tools on the server to be adjusted based on configuration or environment. +Tools can now be registered dynamically through an API. This capability allows the set of available tools on the server to be adjusted based on configuration or environment. Tools can be registered by injecting `ToolManager` and calling its methods to add, remove, and list the available tools on the server. The full Javadoc for `ToolManager` can be found within the liberty beta in `dev/api/ibm/javadoc/io.openliberty.mcp_1.0-javadoc.zip`. @@ -842,7 +842,7 @@ The name of the new property, *useJandexUnderClasses*, is subject to revision. [#run] === Try it now -To try out these features, update your build tools to pull the Open Liberty All Beta Features package instead of the main release. The beta works with Java SE 25, Java SE 21, Java SE 17, Java SE 11, and Java SE 8. +To try out these features, update your build tools to pull the Open Liberty All Beta Features package instead of the main release. To enable the MCP server feature, follow the instructions from link:https://openliberty.io/blog/2025/10/23/mcp-standalone-blog.html[MCP standalone blog]. The beta works with Java SE 25, Java SE 21, Java SE 17, Java SE 11, and Java SE 8. If you're using link:{url-prefix}/guides/maven-intro.html[Maven], you can install the All Beta Features package using: