Update README.md

This commit is contained in:
Zach 2025-04-08 23:29:45 -04:00 committed by GitHub
parent 55e1f4fa3f
commit 37d162013f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
This project shows how to build an agent that performs addition using PocketFlow and Model Context Protocol (MCP). It presents a comparison between using MCP and basic function calling approaches.
This implementation is based on the tutorial: [MCP Simply Explained: Function Calling Rebranded or Genuine Breakthrough?](https://zacharyhuang.substack.com/p/mcp-simply-explained-function-calling)
## Features
- Mathematical operation tools through a simple terminal interface
@ -62,4 +64,4 @@ The agent uses PocketFlow to create a workflow where:
- [`main.py`](./main.py): Implementation of the addition agent using PocketFlow
- [`utils.py`](./utils.py): Helper functions for API calls and MCP integration
- [`simple_server.py`](./simple_server.py): MCP server that provides the addition tool
- [`simple_server.py`](./simple_server.py): MCP server that provides the addition tool