MCP Integration Patterns This skill provides guidance for building Model Context Protocol (MCP) servers and clients that extend AI assistants with custom capabilities. Core Competencies - MCP Server Development : Exposing tools, resources, and prompts - MCP Client Integration : Connecting to MCP servers - Transport Protocols : stdio, HTTP/SSE, WebSocket - Security : Authentication, authorization, sandboxing MCP Fundamentals What MCP Provides MCP Primitives | Primitive | Purpose | Direction | |-----------|---------|-----------| | Tools | Execute actions | Client → Server | | Resources | Expose…