A very simple MCP demo, based off of Anthropics MCP examples, with the added bonus of an agency loop
The repository implements a client for the Model Context Protocol (MCP), suggesting a client-server architecture. The design appears to follow a modular structure, separating the client implementation from the tool server (as indicated by the ability to specify a server location). The project uses environment variables for configuration, demonstrating a best practice for managing sensitive information.
Python
2