Skip to content

Commit

Permalink
deploy: 5f4fecb
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed Jan 14, 2025
1 parent 117dcde commit cf664f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blog/mcp-server/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h3 id="set-up-your-project"><a class="anchor" href="#set-up-your-project"></a>S
<h2 id="building-the-server"><a class="anchor" href="#building-the-server"></a>Building the server</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Create a new file <code>src/main/java/org/acme/Weather.java</code>. The complete code for this example is available here: [].</p>
<p>Create a new file <code>src/main/java/org/acme/Weather.java</code>. The complete code for this example is available <a href="https://github.com/quarkiverse/quarkus-mcp-server/tree/main/samples/weather">here</a>.</p>
</div>
<div class="sect2">
<h3 id="weather-api-integration"><a class="anchor" href="#weather-api-integration"></a>Weather API Integration</h3>
Expand Down
4 changes: 2 additions & 2 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Quarkus</title>
<link>https://quarkus.io</link>
<description>Quarkus: Supersonic Subatomic Java</description>
<lastBuildDate>Tue, 14 Jan 2025 13:37:32 +0000</lastBuildDate>
<lastBuildDate>Tue, 14 Jan 2025 14:25:36 +0000</lastBuildDate>


<item>
Expand Down Expand Up @@ -118,7 +118,7 @@
&lt;h2 id=&quot;building-the-server&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#building-the-server&quot;&gt;&lt;/a&gt;Building the server&lt;/h2&gt;
&lt;div class=&quot;sectionbody&quot;&gt;
&lt;div class=&quot;paragraph&quot;&gt;
&lt;p&gt;Create a new file &lt;code&gt;src/main/java/org/acme/Weather.java&lt;/code&gt;. The complete code for this example is available here: [].&lt;/p&gt;
&lt;p&gt;Create a new file &lt;code&gt;src/main/java/org/acme/Weather.java&lt;/code&gt;. The complete code for this example is available &lt;a href=&quot;https://github.com/quarkiverse/quarkus-mcp-server/tree/main/samples/weather&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;sect2&quot;&gt;
&lt;h3 id=&quot;weather-api-integration&quot;&gt;&lt;a class=&quot;anchor&quot; href=&quot;#weather-api-integration&quot;&gt;&lt;/a&gt;Weather API Integration&lt;/h3&gt;
Expand Down

0 comments on commit cf664f0

Please sign in to comment.