generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 10
Helidon MCP coffee shop examples #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
spericas
reviewed
Oct 22, 2025
spericas
reviewed
Oct 22, 2025
spericas
reviewed
Oct 22, 2025
spericas
reviewed
Oct 22, 2025
spericas
reviewed
Oct 22, 2025
spericas
reviewed
Oct 22, 2025
...arative/src/main/java/io/helidon/labs/apps/mcp/coffee/shop/declarative/CoffeeShopServer.java
Outdated
Show resolved
Hide resolved
spericas
reviewed
Oct 22, 2025
...arative/src/main/java/io/helidon/labs/apps/mcp/coffee/shop/declarative/CoffeeShopServer.java
Show resolved
Hide resolved
spericas
reviewed
Oct 22, 2025
apps/mcp/mcp-coffee-shop/src/main/java/io/helidon/labs/apps/mcp/coffee/shop/TakeOrderTool.java
Show resolved
Hide resolved
spericas
approved these changes
Oct 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Introduces two applications - Helidon MCP coffee shop and Helidon MCP coffee shop declarative.
They show case how to set up a Helidon MCP server and a few Helidon data features. The examples provides three tools:
init.sqlscript.Both examples mirror each others in terms of functionality, but one uses an imperative approach where the other uses declarative. A user can see what differences and changes are required for writing the same application using both ways.
The two applications are covered with tests, a Langchain4j client is used to initialize a connection with the MCP server and exercise the MCP specific method required to use the app.
This PR adds a new directory under
appsnamedmcpwhere the two applications are located.