PulseAugur
实时 14:19:28
English(EN) My GitHub Token Is Valid. My MCP Server Still Gets a 403, and GitHub Never Saw the Request.

GitHub API 请求被代理拦截,模仿 Anthropic 错误

一位开发者在尝试访问 GitHub API 时遇到了意外的 403 错误,尽管他使用了有效的个人访问令牌。错误消息包含一个指向 Anthropic 网站的文档 URL,这表明请求并未直接到达 GitHub。进一步调查发现,请求正通过一个代理服务器进行路由,该服务器代表 GitHub 拦截并响应 API 调用,模仿了 API 的错误格式。 AI

影响 AI 驱动的代理可能误导或阻止合法 API 访问。

排序理由 开发者报告了 API 访问和代理行为方面的具体技术问题。

在 dev.to — MCP tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

GitHub API 请求被代理拦截,模仿 Anthropic 错误

报道来源 [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Enjoy Kumawat ·

    My GitHub Token Is Valid. My MCP Server Still Gets a 403, and GitHub Never Saw the Request.

    <p>I maintain a small "Developer Presence" MCP server that wraps the GitHub and DEV.to REST APIs behind a handful of <code>@mcp.tool()</code> functions — <code>get_github_profile</code>, <code>list_repos</code>, <code>get_repo_stats</code>, plus the DEV.to publishing tools this e…