소개
This skill streamlines the creation of Model Context Protocol (MCP) servers by providing standardized scaffolding and modern Python 3.13 implementation patterns. It enforces the use of asyncio.TaskGroup() for superior concurrent task management, integrates Pydantic for robust schema validation, and implements asynchronous file and resource handling. It is designed for developers building tools that connect LLMs to local data, databases, or APIs while adhering to the latest Python concurrency best practices and MCP specifications.