mcp-for-beginners
mcp-for-beginners copied to clipboard
bug fix: chp3.03, python tutorial missing one line of code
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.