Commit d78107b
committed
fix(test): pass explicit args=[] to StdioTransport for stdio fixture
The fastmcp docs show `args` as optional but the installed
StdioTransport.__init__ has it as a required positional. CI failed
with TypeError on the first stdio test run; explicit empty list
fixes it.
(The unit-test failure on the same CI run — test_kill_signal_diagnostics
PyMemoryView buffer flake — is unrelated to this PR; that test file
was not touched and other PRs' runs on the same runner image pass it
fine. Flagging here as a known unrelated flake; will not address in
this PR.)1 parent bd52122 commit d78107b
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1325 | 1325 | | |
1326 | 1326 | | |
1327 | 1327 | | |
1328 | | - | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
1329 | 1332 | | |
1330 | 1333 | | |
1331 | 1334 | | |
| |||
0 commit comments