Generic MCP Server Development This skill provides comprehensive patterns and reusable code for building MCP (Model Context Protocol) servers that can expose any domain operations as tools for AI agents. Follows 2025 best practices for performance, security, and maintainability. When to Use This Skill Use this skill when you need to: - Build an MCP server for any domain (not just todos) - Expose database operations as MCP tools - Create AI-agent accessible APIs - Implement async MCP tool handlers - Add proper error handling and validation - Support rate limiting and caching - Build enterprise…