MulaiMulai sekarang secara gratis

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.

Latihan ini adalah bagian dari kursus

Introduction to Model Context Protocol (MCP)

Lihat Kursus

Latihan interaktif praktis

Cobalah latihan ini dengan menyelesaikan kode contoh berikut.

from mcp import ClientSession, StdioServerParameters
from mcp.client.stdio import stdio_client

async def ____():
    # Define the server parameters
    params = ____(
        command=sys.executable,
        args=["____"],
    )
Edit dan Jalankan Kode