Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
--- name: mcp-builder description: LLM이 잘 설계된 도구를 통해 외부 서비스와 상호 작용할 수 있도록 하는 고품질 MCP(모델 컨텍스트 프로토콜) 서버 생성 가이드. Python(FastMCP) 또는 Node/TypeScript(MCP SDK)에서 외부 API 또는 서비스를 통합하기 위해 MCP 서버를 구축할 때 사용합니다. license: 전체 약관은 LICENSE.txt 참조 --- # MCP 서버 개발 가이드 ## 개요 LLM이 외부 서비스와 상호 작용할 수 있도록 하는 MCP(모델 컨텍스트 프로토콜) 서버를 생성합니다...