mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +02:00
Add a comma
This commit is contained in:
parent
037b1f35b1
commit
2a30208245
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ config = {
|
|||
},
|
||||
"local_server": {
|
||||
# Local stdio server
|
||||
"transport": "stdio"
|
||||
"transport": "stdio",
|
||||
"command": "python",
|
||||
"args": ["./server.py", "--verbose"],
|
||||
"env": {"DEBUG": "true"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue