Commit 6dafb58
chore(mcp): tighten T1 scaffold per review
- server: pass transport="stdio" explicitly to guard against future
FastMCP default changes
- test: drop STDIO_TIMEOUT to 10s (a stuck handshake should fail fast)
- test: pin anyio backend to asyncio via fixture so transitive trio
installs cannot silently double-run the test
- pyproject: add anyio to test extras since the smoke test imports it
directly (was previously available only via mcp's transitives)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 408efde commit 6dafb58
3 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
| |||
0 commit comments