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 ..