mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Update issue template
This commit is contained in:
parent
07d6971733
commit
e7da74c0a6
1 changed files with 3 additions and 1 deletions
4
.github/ISSUE_TEMPLATE/bug.yml
vendored
4
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue