Skip to content
Tag

Everything tagged #devtools

3 articles, newest first.

EngineeringFeb 24, 2025 · 5 min read

Docker's Dynamic MCP and the Context Window Problem

Fifty tool definitions crammed into the context window costs tokens, degrades reasoning, and risks hallucinations. Docker's containerized MCP Gateway and dynamic discovery flip the model.

305 min read
Docker's Dynamic MCP and the Context Window Problem
SystemsFeb 22, 2025 · 3 min read

Why I'm Excited About MCP

A standard way to hand a model your files, your tools, and your prompts, without custom glue code holding it all together.

003 min read
Why I'm Excited About MCP
EngineeringNov 10, 2024 · 3 min read

npm, Yarn, and pnpm: What Actually Differs

They all install packages. Where they diverge is the shape of node_modules, and that difference has consequences for disk space and for correctness.

003 min read
npm, Yarn, and pnpm: What Actually Differs