<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Arun Endapally</title>
    <description>The latest articles on DEV Community by Arun Endapally (@arunendapally).</description>
    <link>https://dev.to/arunendapally</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F307283%2F3dd6053f-6493-43b9-9c7e-74a36f48a219.jpeg</url>
      <title>DEV Community: Arun Endapally</title>
      <link>https://dev.to/arunendapally</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arunendapally"/>
    <language>en</language>
    <item>
      <title>Building MCP Servers in .NET — A Practical Guide</title>
      <dc:creator>Arun Endapally</dc:creator>
      <pubDate>Fri, 12 Jun 2026 08:52:38 +0000</pubDate>
      <link>https://dev.to/arunendapally/building-mcp-servers-in-net-a-practical-guide-6bk</link>
      <guid>https://dev.to/arunendapally/building-mcp-servers-in-net-a-practical-guide-6bk</guid>
      <description>&lt;p&gt;MCP (Model Context Protocol) has become the standard way to connect &lt;br&gt;
AI models like Claude to your APIs, databases, and services. The &lt;br&gt;
ecosystem went from 2M monthly SDK downloads at launch to 97M by &lt;br&gt;
March 2026 — it moved fast.&lt;/p&gt;

&lt;p&gt;Here's a practical .NET walkthrough from core concepts to a working &lt;br&gt;
server with auth:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The three MCP primitives — Tools, Resources, and Prompts&lt;/li&gt;
&lt;li&gt;stdio vs Streamable HTTP: which transport to pick and why&lt;/li&gt;
&lt;li&gt;Building a working MCP server in .NET from scratch&lt;/li&gt;
&lt;li&gt;Locking it down with authentication&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;** &lt;a href="https://arunendapally.com/posts/building-mcp-servers-guide/" rel="noopener noreferrer"&gt;Read the full guide on arunendapally.com&lt;/a&gt;**&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>mcp</category>
      <category>ai</category>
      <category>api</category>
    </item>
  </channel>
</rss>
