1. 학습
  2. /
  3. 강의
  4. /
  5. Introduction to Model Context Protocol (MCP)

Connected

연습 문제

Dynamic Tool Discoverability

MCP servers can house lots of functionality as separate tools, so a common first step is to list out all of the tools available to understand what they are and how they can be used.

asyncio has already been imported for you.

지침 1/4

undefined XP
    1
    2
    3
    4
  • Define a function called get_tools_from_mcp(), and start by defining the stdio server parameters so that the "currency_server.py" file is executed.