Spaces:
Running
Running
Merge pull request #328 from jlowin/prompt
Browse files
.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
|