Update README.md
This commit is contained in:
parent
55e1f4fa3f
commit
37d162013f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue