MCP (Model Context Protocol) shine buɘi maɘbuɘi, wanda Anthropic ya gabatar da shi, wanda ke ƙonawa ga ɓataye AI na hada da kayan aiki na waje da bayani ta hanyar waje ɗaya — maimakon rubuta haɗin ɓangareba ga kowane app. Yi tunani gamewar shi a matsayin na gida mai amfani tsakanin ƙirja da duniya ta waje.
Abokin ciniki da waruwa
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
