What are the core primitives an MCP server exposes?medium

Type
conceptual
Topic
core-primitives
Frequency
common
Tags
mcp, tools, resources, prompts
Answer

Tools, resources, and prompts.

Explanation

Tools are callable functions the model can invoke, resources are data the host can read and inject into context, and prompts are reusable, parameterized templates a server offers to the host.

Follow-upHow is a resource different from a tool call?