From 5f4fecbda60aba19e14dcfe907767f06131fd272 Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Tue, 14 Jan 2025 15:23:18 +0100 Subject: [PATCH] fix missing sample link --- _posts/2025-01-13-mcp-server.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2025-01-13-mcp-server.adoc b/_posts/2025-01-13-mcp-server.adoc index 4747931e004..a18e2c94fda 100644 --- a/_posts/2025-01-13-mcp-server.adoc +++ b/_posts/2025-01-13-mcp-server.adoc @@ -57,7 +57,7 @@ We're using the `stdio` variant as it's required for MCP hosts that run the serv == Building the server -Create a new file `src/main/java/org/acme/Weather.java`. The complete code for this example is available here: []. +Create a new file `src/main/java/org/acme/Weather.java`. The complete code for this example is available https://github.com/quarkiverse/quarkus-mcp-server/tree/main/samples/weather[here]. === Weather API Integration