Provides a basic implementation of the Model Context Protocol (MCP) allowing client-server communication with LLMs.
This project offers a simplified Model Context Protocol (MCP) example, drawing inspiration from external articles and incorporating Cline as a client with Gemini as a selectable LLM. The server component focuses on tool generation, exemplified by calculate.py and datawale.py, where users define custom tools. Client interaction is facilitated through the Cline plugin in VS Code, enabling communication with LLMs via configured MCP servers. The project also includes prompts for defining reusable templates and workflows, and offers instructions for installation and usage.