Exposes data, tools, and templates to large language model applications via the Model Context Protocol.
The Model Context Protocol (MCP) creates a bridge between large language model (LLM) applications and external context sources. This sample demonstrates how to build a functional MCP server using Python's MCP SDK. It enables the exposure of various components to LLMs: data provision through resources, action execution via tools, and template management using prompts, allowing LLMs to dynamically interact with external systems and information.