MCP-demo

Python

A very simple MCP demo, based off of Anthropics MCP examples, with the added bonus of an agency loop

Agent Frameworks
Function Calling
Protocol Implementations

Architecture and Design Patterns

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.

About

Language

Python

Stars

2

Categories

Agent FrameworksFunction CallingProtocol Implementations