Explore how the Model Context Protocol (MCP) client serves as the communication bridge between your application and MCP servers, enabling standardized AI-powered tool integration with transport-agnostic communication.
Learn how to extend Claude Code's capabilities using MCP (Model Context Protocol) servers. Discover how to install Playwright for browser automation and improve your development workflow.
Learn how to create custom commands in Claude Code to automate repetitive tasks, ensure consistency, and streamline your development workflow with reusable automation.
Learn how to build a custom hook in Claude Code to prevent access to sensitive files like .env. Step-by-step guide to implementing PreToolUse hooks for file protection with practical code examples.
Learn how to build the core evaluation pipeline for prompt testing. This guide covers the three essential functions—run_prompt, run_test_case, and run_eval—that process test cases through Claude and collect structured results for analysis.