Update README.md

This commit is contained in:
Zach
2025-04-08 23:29:45 -04:00
committed by GitHub
parent 55e1f4fa3f
commit 37d162013f
+3 -1
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 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 ## Features
- Mathematical operation tools through a simple terminal interface - 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 - [`main.py`](./main.py): Implementation of the addition agent using PocketFlow
- [`utils.py`](./utils.py): Helper functions for API calls and MCP integration - [`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