mcp-for-beginners icon indicating copy to clipboard operation
mcp-for-beginners copied to clipboard

bug fix: chp3.03, python tutorial missing one line of code

Open xl1393 opened this issue 5 months ago • 0 comments

Summary In 03-GettingStarted/03-llm-client/README.md, under the section “3 – Convert server capabilities to LLM tools”, the Python tutorial is missing the definition of the parameter functions. This PR adds the missing line:

functions = []

This is a documentation-only fix.

xl1393 avatar Nov 25 '25 18:11 xl1393