From e7da74c0a627feabb794db7bb74e0b3431a2a6d3 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Mon, 5 May 2025 13:50:22 -0400 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/bug.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index c17509b79..87e0ced67 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -27,8 +27,10 @@ body: [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) demonstrating the bug. + If possible, your example should be a single-file script. Instead of `.run()`-ing an MCP server, use a `Client` to directly interact with it (`async with Client(mcp) as client: ...`) and demonstrate the issue. + placeholder: | - from fastmcp import FastMCP + from fastmcp import FastMCP, Client ... render: Python