VSVINEETH Sinvineeth-s.hashnode.dev·20h ago · 8 min readThe 73% Tax Hiding in Your MCP Tool DescriptionsIf you've built an MCP server with more than a handful of tools, you know the drill: write a tool, give it a clear name, then write a description explaining what it does, when to use it, and what ever10
VSVINEETH Sinvineeth-s.hashnode.dev·Aug 6 · 8 min readThe Most Common IntelliJ Plugin Mistakes—and How to Fix ThemBuilding an IntelliJ IDEA plugin (or a plugin for any JetBrains IDE) feels pretty easy when you're following a tutorial. Everything works, and it seems straightforward. But once you start building a r00
VSVINEETH Sinvineeth-s.hashnode.dev·Jul 27 · 9 min readThe Bug That Refused to Be Garbage Collected: Hunting Down an IntelliJ Plugin Memory LeakIf you've ever built an IntelliJ plugin with a custom editor tab, there's a good chance you've introduced a memory leak without realizing it. At first, everything seemed to work as expected. There wer00