
MCP (Model Context Protocol)에 대해
·
AI
🐹 MCP란?https://modelcontextprotocol.io/introduction Introduction - Model Context ProtocolUnderstand how MCP connects clients, servers, and LLMsmodelcontextprotocol.io 2024년 말 앤트로픽(Anthropic)에 의해 개발된 애플리케이션이 LLM에게 컨텍스트 정보를 제공하는 방식을 표준화한 개방형 프로토콜이다.다양한 데이터 소스와 도구를 AI 모델에 연결하는 표준화된 방법을 제공한다. MCP를 쉽게 HTTP프로토콜이나, C타입 단자에 비유하는걸 보았는데 AI가 초기에 학습한 데이터 외에도 실시간으로 다양한 소스의 데이터를 활용할수 있게 해준다고 생각할 수 있다. 🐹 MC..