From ee8df46ea4750d62636009f9d949e0200419c664 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Mon, 5 May 2025 13:51:11 -0400 Subject: [PATCH] Update bug.yml --- .github/ISSUE_TEMPLATE/bug.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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