MCP Protocol Deep Dive: Building AI Tools That Work Across Any Client
I wrote a practical guide to building MCP servers earlier this year. It covers the basics — setting up a project, defining tools, connecting to Claude Code. If ...
All posts tagged with #mcp
I wrote a practical guide to building MCP servers earlier this year. It covers the basics — setting up a project, defining tools, connecting to Claude Code. If ...
Every AI agent interacting with the web today is essentially screen-scraping with extra steps. Whether it's Puppeteer clicking buttons, a browser extension read...
MCP (Model Context Protocol) servers extend Claude Code with custom tools, resources, and prompts. Instead of Claude only having access to your filesystem and t...
Claude Code 2.1.0 dropped on January 7, 2026, and after a week of heavy usage, I can confidently say this is the biggest productivity upgrade since the tool lau...
I used to spend 10 minutes explaining my Next.js app structure to Claude before asking about a bug. Routes, layouts, caching configuration all copied and pasted...
Debugging a hydration mismatch used to mean copying error messages, pasting them into Claude, and explaining my route structure. With Next.js 16's MCP integrati...