Model Context Protocol (MCP)

Basically it’s an open-source protocol from Anthropic to de-couple LLM and tool definition.

People can develop a tool (server) and somebody can use it in a standardize way with an LLM (host/client).

It promotes re-using and inter-connection between tools and LLM.
Tools are now standard servers that the LLM understand without any more prompting or code.