protocol 경계 이해하기
Model Context Protocol은 호환 client에 이름 있는 tools 발견, 제한된 resources 읽기, structured arguments로 server 호출하기 위한 표준을 제공합니다. 그 자체로 Store를 안전하게 만들거나 payment를 승인하거나 checkout을 대체하지 않습니다. MCP server가 actor를 식별하고 input을 검증하며 product와 Store policy를 적용해 typed result를 반환합니다. model은 capability를 요청하는 client이지 commerce state의 owner가 아닙니다.