Tiny Agents in Python: a MCP-powered agent in ~70 lines of code
A new demo walks through buildingTiny Agents in Python—just ~70 lines using theModel Context Protocol (MCP). No boilerplate. Just clean LLM-to-tool hookups with standardized agent configs. Agents plug into multiple MCP servers out of the box—from local filesystems to Playwright browsers—and handle ..