Jeremiah Lowin commited on
Commit
12a65b2
·
unverified ·
2 Parent(s): f6e554a4b7424e

Merge pull request #328 from jlowin/prompt

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