Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 24s
Acceptance bar hit (40 runtime, 497 total). Tests: timer ready, select-with-timeout, fan-in (3 producers), worker queue, pipeline, fan-out-then-fan-in, select source-order, fallback case, default, producer-consumer, two-stage pipeline, channel-counter, after+default, tick-collector. Shape chiselled: timer collapses "after duration" into "channel ready immediately" — select needs only ready? from each case. Real time is when the flip happens, not what the protocol is. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"mcpServers": {
|
|
"sx-tree": {
|
|
"type": "stdio",
|
|
"command": "/root/rose-ash/hosts/ocaml/_build/default/bin/mcp_tree.exe"
|
|
},
|
|
"rose-ash-services": {
|
|
"type": "stdio",
|
|
"command": "python3",
|
|
"args": ["tools/mcp_services.py"]
|
|
},
|
|
"hs-test": {
|
|
"type": "stdio",
|
|
"command": "python3",
|
|
"args": ["tools/mcp_hs_test.py"]
|
|
}
|
|
}
|
|
}
|