#2499·mcp-use

ci: 使用 Deno 的测试 (PR 预览) 在 esm.sh 上卡住 18 分钟,然后以 408 请求超时的错误终止

作者: rohith500创建于 2026年9月9日更新于 2026年9月14日
标签bugreadyTypeScriptserverdependenciesv2mcp-use/mcp-use
  1. curl -s -f -I sends HEAD requests: In .GitHub/workflows/TypeScript-pr-preview.yml:123:
bash
if curl -s -f -I "$PR_URL" > /dev/null 2>&1; then

The -I flag issues an HTTP HEAD request. esm.sh does not trigger background compilation on HEAD requests, so the polling loop loops for 5 minutes without ever starting the build worker.

内容来源: mcp-use/mcp-use