<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: axeldunkel</title><link>https://news.ycombinator.com/user?id=axeldunkel</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 10 Apr 2026 04:44:08 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=axeldunkel" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by axeldunkel in "Show HN: An MCP server for Devops automation"]]></title><description><![CDATA[
<p>Interesting that you manually mapped GET→resources and POST→tools. We hit the same pattern with ToolMesh.io so often that we built a declarative format for it — DADL, a YAML file that describes the REST API mapping, and the gateway generates the MCP server at runtime. No code, no deployment per API.
The boilerplate of wrapping every REST API into an MCP server is probably the biggest adoption blocker right now.</p>
]]></description><pubDate>Thu, 09 Apr 2026 12:27:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47702805</link><dc:creator>axeldunkel</dc:creator><comments>https://news.ycombinator.com/item?id=47702805</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47702805</guid></item><item><title><![CDATA[New comment by axeldunkel in "The way every agent framework handles MCP is a latent security problem"]]></title><description><![CDATA[
<p>The connection lifecycle is one problem, but even with ephemeral connections you still have the authorization gap — MCP has no built-in concept of per-tool, per-user permissions.
We ran into this building an MCP aggregator (ToolMesh, Apache 2.0) where 15+ backends connect through a single gateway. Our approach: OpenFGA for fine-grained ReBAC authorization on every tool call, plus an Output Gate that can run e.g. DLP policies before results reach the LLM. The attack surface isn't just about which servers are connected — it's about what each agent is allowed to do with them.
<a href="https://toolmesh.io" rel="nofollow">https://toolmesh.io</a></p>
]]></description><pubDate>Thu, 09 Apr 2026 09:29:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47701268</link><dc:creator>axeldunkel</dc:creator><comments>https://news.ycombinator.com/item?id=47701268</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47701268</guid></item></channel></rss>