MCP (Model Context Protocol) minangka standar terbuka, digawé dening Anthropic, kang ngidini aplikasi AI nyambung menyang alat lan data bab njaba liwat siji antarmuka seragam — tinimbang nulis integrasi khusus kanggo saben aplikasi. Pikire minangka adapter universal antarane model lan jagad njaba.
Klien lan pelayanan
MCP SERVER → exposes capabilities to the model:
- TOOLS → actions the model can call (send_email, create_issue, search_files)
- RESOURCES → data the model can read (a file, a Drive doc, a DB row)
- PROMPTS → reusable prompt templates the server offers
MCP CLIENT → the AI app (Claude Desktop, Claude Code, an IDE) that connects to servers
TRANSPORT → stdio (local process) or HTTP (remote), speaking JSON-RPC both ways
