<?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: Batman</title>
    <description>The latest articles on DEV Community by Batman (@iambatttmannnn07).</description>
    <link>https://dev.to/iambatttmannnn07</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4132053%2F1b6b0090-b1ac-4cfc-99fb-163c4d9e6075.jpg</url>
      <title>DEV Community: Batman</title>
      <link>https://dev.to/iambatttmannnn07</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iambatttmannnn07"/>
    <language>en</language>
    <item>
      <title>New Library Out easy-mcp-kit 0.2.3</title>
      <dc:creator>Batman</dc:creator>
      <pubDate>Fri, 18 Sep 2026 20:26:26 +0000</pubDate>
      <link>https://dev.to/iambatttmannnn07/new-library-out-easy-mcp-kit-023-2a2</link>
      <guid>https://dev.to/iambatttmannnn07/new-library-out-easy-mcp-kit-023-2a2</guid>
      <description>&lt;p&gt;easy-mcp-kit 0.2.3 is out, and it now ships two ready-made MCP servers you can run with a single command: one for GitHub, one for Postgres.&lt;/p&gt;

&lt;p&gt;The video is one real terminal session, no cuts:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;pip install "easy-mcp-kit[postgres]"&lt;/li&gt;
&lt;li&gt;point it at your data with DATABASE_URL (a GitHub token is optional for public repos)&lt;/li&gt;
&lt;li&gt;register both with your MCP client, one line each&lt;/li&gt;
&lt;li&gt;ask in plain language: which product earned the most revenue, who spent the most, what were the last two merged PRs&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The assistant discovers the schema, writes the SQL, calls the GitHub API, and answers with real numbers. Every Postgres statement runs in a READ ONLY transaction with a timeout and a row cap, so it can explore but never modify. GitHub is read-only unless you opt in, and the write tools are hidden from any client without the right scope.&lt;/p&gt;

&lt;p&gt;Both connectors are built with the same &lt;a class="mentioned-user" href="https://dev.to/server"&gt;@server&lt;/a&gt;.tool decorator the library gives you for your own functions, so validation, rate limits, timeouts, sanitized errors, and the audit log apply unchanged.&lt;/p&gt;

&lt;p&gt;pip install easy-mcp-kit&lt;br&gt;
&lt;a href="https://pypi.org/project/easy-mcp-kit/" rel="noopener noreferrer"&gt;https://pypi.org/project/easy-mcp-kit/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/Mark007-R/Easy-MCP" rel="noopener noreferrer"&gt;https://github.com/Mark007-R/Easy-MCP&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Demo at - &lt;a href="https://drive.google.com/file/d/1q-PjqnYU3hNDJSxk66uAsg_MJagTIVVE/view" rel="noopener noreferrer"&gt;https://drive.google.com/file/d/1q-PjqnYU3hNDJSxk66uAsg_MJagTIVVE/view&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>mcp</category>
      <category>python</category>
      <category>github</category>
    </item>
  </channel>
</rss>
