Note for Agent

LLM火爆的当下,赶一赶agent浪潮,学习一下基本概念。

MCP

Model context protocol. A two-way communication bridge between AI assistants and external tools, providing access to data, but more importantly, giving the AI the ability to take action.
In the MCP context, the client is the AI assitant itself, which will send request(following MCP protocol) to the server(s), which will have access to external data source/apps/services to operate on complex tasks.
What distinguishes MCP from API is that MCP is NOT a direct, service-specific interface. MCP is a unified framework.