Current default
Protocol adapter
ELI5: A travel plug that lets the same device fit a different wall socket.
What it actually is: A standardized interface that exposes tools, resources, or prompts so more than one host can discover and call them.
Try it: Build the shape in lab 03.
Real tools: MCP servers, OpenAPI-described services, LSP servers.
Useful niche
Being absorbed
Host-native tool surfaces
ELI5: Sometimes the appliance ships with ports built in, so you do not need an external adapter.
What it actually is: Many hosts now ship built-in file, shell, Git, or web tools that overlap with what a protocol adapter could expose.
Try it: Compare the protocol layer in lab 03 with the host layer in lab 09.
Real tools: Claude Code-style built-ins, Copilot CLI tool surfaces, Goose + MCP, Gemini CLI + MCP.