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: posts/2025-10-23-mcp-standalone-blog.adoc
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,8 +142,11 @@ Here are the simple steps to follow to try out the MCP Server feature `mcpServer
142
142
143
143
1. Download the Open Liberty All Beta Features package from https://openliberty.io/start/#runtime_betas[here]
144
144
2. Unzip the archive. You should have a `wlp` folder
145
-
3. Find the version number of the `io.openliberty.mcp` jar, which is located within the `lib` folder inside the `wlp` folder. For example, if the `io.openliberty.mcp` jar is named `io.openliberty.mcp_1.0.106.jar`, then it means the version number is `1.0.106`.
146
-
4. Inside your `pom.xml` file, add the version number from step 3 and the path to your `wlp` folder as variables named `mcp-jar-version` and `wlp-dir-path` within the `<properties>` block:
145
+
3. Find the `io.openliberty.mcp` jar:
146
+
- **For version 25.0.0.12-beta and later:** The jar is located in the `/dev/api/ibm/` folder inside the `wlp` folder
147
+
- **For earlier beta versions:** The jar is located in the `/lib/` folder inside the `wlp` folder
148
+
4. Find the version number of the `io.openliberty.mcp` jar. For example, if the jar is named `io.openliberty.mcp_1.0.106.jar`, then the version number is `1.0.106`.
149
+
5. Inside your `pom.xml` file, add the version number from step 4 and the path to your `wlp` folder as variables named `mcp-jar-version` and `wlp-dir-path` within the `<properties>` block:
147
150
+
148
151
[source,java]
149
152
----
@@ -152,7 +155,23 @@ Here are the simple steps to follow to try out the MCP Server feature `mcpServer
0 commit comments