Skip to content

New MCP updated blog - #5018

Draft
TheoGkoumas wants to merge 8 commits into
draftfrom
mcp-updated-blog
Draft

New MCP updated blog#5018
TheoGkoumas wants to merge 8 commits into
draftfrom
mcp-updated-blog

Conversation

@TheoGkoumas

Copy link
Copy Markdown
Member

Fixes #5006


== 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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I remember that we will be calling it mcp or mcp-1.0 feature and not mcpServer-1.0. Is it right?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.


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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same goes here too

@devalibm devalibm left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes needed : Please update mcpServer-1.0 or anything that say mcpServer to mcp-1.0 or mcp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants