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 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue