New MCP updated blog - #5018
Draft
TheoGkoumas wants to merge 8 commits into
Draft
Conversation
Fix formatting of title and SEO title in post
Add UBI 10 Minimal section to 26.0.0.7 GA blog
…iewed_new Added_Japanese_translation
Removed_colon_from_file_name
Update production
devalibm
reviewed
Jul 27, 2026
|
|
||
| == What is MCP? | ||
|
|
||
| https://modelcontextprotocol.io/[Model Context Protocol (MCP)] is an open standard that enables AI applications to interact with and utilise external systems. The `mcpServer-1.0` feature for Open Liberty allows developers to expose the business logic of their applications, making it discoverable, understandable, and invocable by AI applications. |
Member
There was a problem hiding this comment.
I remember that we will be calling it mcp or mcp-1.0 feature and not mcpServer-1.0. Is it right?
Member
There was a problem hiding this comment.
Ah, this is annoying. We are changing the feature name, but at the time this blog post goes out, we'll still have the old feature name.
I think we leave it as mcpServer-1.0 for now and we'll have to update it (with a note that it changed) once the feature name change is visible in a release.
devalibm
reviewed
Jul 27, 2026
|
|
||
| Consider a scenario where your company provides weather forecasting services that require continuous updates from multiple data sources. It is impractical and inefficient to constantly retrain your AI model with these frequently changing forecasts. A more effective solution is to let the AI call your live data directly, through *tools* - functions the AI can invoke at will to retrieve up-to-date information whenever it needs it. | ||
|
|
||
| This is exactly what the Liberty `mcpServer-1.0` feature enables. Your existing Java application already contains the business logic that an AI agent needs: it fetches data, performs calculations, writes to databases, and calls external services. With `mcpServer-1.0`, you can expose that logic to any MCP-compatible AI agent with a single annotation. |
devalibm
requested changes
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #5006