Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

32600 error code when trying to connect to mcp with openai responses API

オープン
#1,246 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
活発
技術スタック
go, javascript

調査の方向性

リポジトリのファイルもテストも指定されていません。示されている OpenAI Responses API リクエストを、一覧にあるツールを使って https://api.githubcopilot.com/mcp/ に対して再現し、その後、コード 32600 を生成する MCP セッションの終了を追跡してください。互換性またはリクエストの問題を特定し、同じリクエストでセッションが終了しなくなったことを検証できれば完了です。

索引モデルが issue の本文から書いたものです。

説明

bug stale
Describe the bug

I have been trying to use the githup-mcp as tool in the openai responses API and I seem to be connecting but keep getting

"error": { "type": "mcp_protocol_error", "code": 32600, "message": "Session terminated" },

even with simple calls such as return 5 most recent issue from a particular repo

Current code running
    const resp = await client.responses.create({
      model: session.model,
      temperature: 0,
      parallel_tool_calls: false,
      input: [
        { role: "system", content: [{ type: "input_text", text: "Exactly one MCP tool call; no optional fields." }] },
        { role: "user", content: [{ type: "input_text", text:
          'Call "list_issues" and return the 5 most recent issues with exactly: {"query":"repo:github/github-mcp-server"}'  
        }] },
      ],
      tools: [
        {
          type: "mcp",
          server_label: "github",
          server_url: "https://api.githubcopilot.com/mcp/",
          headers: {
            Authorization: `Bearer ${process.env.GITHUB_READ_ONLY_API_KEY}`,
          },
          require_approval: "never",
          allowed_tools: [
            "search_repositories",
            "search_issues",
            "get_issue",
            "list_issues",
          ],
        }
      ],
      max_output_tokens: 200,
    });

Any tips or help would be greatly appreciated have been trying all kinds of types of inputs and nothing is working. Thanks.

主要言語
Go
スター
33.1k
フォーク
5k
平均マージ
2日 1時間
マージ済み PR(30日)
25

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

github/github-mcp-server のほかの issue

github/github-mcp-server の issue をすべて見る

似ている issue

Go の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。