Posts tagged Claude Code

Claude Code Mastery Guide Part 6: Complete MCP Protocol Implementation Handbook

IntroductionWelcome to the sixth installment of the Claude Code Mastery Guide series. In previous articles, we configured expert teams for Claude Code. In this comprehensive guide, we equip Claude Code with external connectivity—transforming it from a local assistant into an internet-enabled collaboration platform.A powerful analogy: Claude Code without MCP configuration resembles a genius confined to a room.It's brilliant and efficient—capable of processing any files you provide—but completely unable to reach anything outside its immediate ...

Building a Claude Agent from Scratch: Tools, Execution, and the Agent Loop

IntroductionRecently, I discovered an invaluable resource called Learn Claude Code. Despite its name suggesting a guide to using Claude Code, it actually teaches you how to build a nano Claude Code-like agent from the ground up, adding one mechanism at a time through twelve progressive stages.Let me share the link again: https://learn.shareai.run/zh/The website opens with a refreshingly direct statement: All AI programming agents share the same fundamental loop—call the model, execute tools, return results. Production-grade systems layer str...