diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 87e0ced67..229fcb449 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -32,7 +32,10 @@ body: placeholder: | from fastmcp import FastMCP, Client - ... + mcp = FastMCP() + + async with Client(mcp) as client: + ... render: Python - type: textarea