AI Coding + MCP
Posts matching all selected tags.
Category
All Categories
Tags
Newsletter
New posts land in your inbox when they publish. No spam, unsubscribe anytime.
You're in. New posts head your way.
4 posts

How to Write Claude Code Skills That Actually Trigger
Write Claude Code skills that actually trigger: fix the description-as-router, structure for progressive disclosure, and test in fresh sessions.

Cut MCP Round-Trip Overhead by Looping Inside the Tool
MCP round-trip overhead can balloon a task from 2,000 to 150,000 tokens. Move the loop inside one MCP tool to collapse N calls into a single round-trip.

Best MCP Servers Worth Installing (And 5 That Waste Your Context Window)
The best MCP servers for Claude Code ranked by real context cost. 8 worth keeping, 5 that waste your context window, and the exact config I run daily.

Building an MCP Server From Scratch (The Parts Nobody Explains)
Build an MCP server in TypeScript from zero. Covers the handshake, Streamable HTTP transport, OAuth 2.1 auth, error codes the SDK swallows, and production deployment patterns.