Commit 96fa05b
committed
fix(qr-server): remove deprecated FastMCP constructor args
The Python SDK (modelcontextprotocol/python-sdk#1898) moved
transport-specific parameters (port, stateless_http) from FastMCP
constructor to run(). This broke the qr-server when run via stdio.
The port is already passed directly to uvicorn.run() for HTTP mode,
so these constructor args were redundant.1 parent f6ee5d5 commit 96fa05b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments