Short and sweet example MCP server / client implementation for Tools, Resources and Prompts.
The repository demonstrates a client-server architecture following the Model Context Protocol. The MCP server exposes tools, resources, and prompts, while the client manages connections and interacts with the LLM. The architecture promotes modularity, allowing independent development of components while maintaining interoperability. The example implements a knowledgebase chatbot flow.
Python
3