Jeremiah Lowin commited on
Commit
4b7424e
·
1 Parent(s): 869bf4b

Update bug.yml

Browse files
Files changed (1) hide show
  1. .github/ISSUE_TEMPLATE/bug.yml +4 -1
.github/ISSUE_TEMPLATE/bug.yml CHANGED
@@ -32,7 +32,10 @@ body:
32
  placeholder: |
33
  from fastmcp import FastMCP, Client
34
 
35
- ...
 
 
 
36
  render: Python
37
 
38
  - type: textarea
 
32
  placeholder: |
33
  from fastmcp import FastMCP, Client
34
 
35
+ mcp = FastMCP()
36
+
37
+ async with Client(mcp) as client:
38
+ ...
39
  render: Python
40
 
41
  - type: textarea