Skip to content

Commit

Permalink
fix missing sample link
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed Jan 14, 2025
1 parent ddc8974 commit 5f4fecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2025-01-13-mcp-server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5f4fecb

Please sign in to comment.