v1.0.81 broke compatibility with chroma-mcp
オープン
まだ誰も着手していません。
triage
- 主要言語
- Shell
- スター
- 11.2k
- フォーク
- 1.9k
- 平均マージ
- 14時間 16分
- マージ済み PR(30日)
- 6
説明
Describe the bug
The update from GitHub Copilot CLI v1.0.80 to v1.0.81 broke compatibility with https://github.com/chroma-core/chroma-mcp
Affected version
GitHub Copilot CLI 1.0.81
Steps to reproduce the behavior
Use an mcp-config.json as follows:
{
"mcpServers": {
"io.github.chroma-core/chroma-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"--index-url",
"https://pypi.org/simple",
"--with",
"ollama",
"chroma-mcp@0.2.6"
],
"env": {
"CHROMA_DATA_DIR": "C:\\Users\\REDACTED\\chroma-embeddings",
"CHROMA_CLIENT_TYPE": "persistent"
},
"tools": [
"*"
]
}
}
}
Observe the following warning in the log. The MCP server will not work.
2026-08-28T06:30:35.641Z [WARNING] [rust:copilot_runtime::mcp::native_connector] MCP server connection failed {"server_name":"io.github.chroma-core/chroma-mcp","raw_error":"MCP server process exited before completing the MCP initialize handshake (exit code 1) (underlying transport failure: failed to initialize MCP client: connection closed: initialize response)","stderr_detail":" | CallToolRequest.method\n | Input should be 'tools/call' [type=literal_error, input_value='server/discover', input_type=str]\n | For further information visit https://errors.pydantic.dev/2.13/v/literal_error\n | CallToolRequest.params.name\n | Field required [type=missing, input_value={'_meta': {'io.modelconte...form': {}, 'url': {}}}}}, input_type=dict]\n | For further information visit https://errors.pydantic.dev/2.13/v/missing\n | ListToolsRequest.method\n | Input should be 'tools/list' [type=literal_error, input_value='server/discover', input_type=str]\n | For further information visit https://errors.pydantic.dev/2.13/v/literal_error\n +------------------------------------"}
Expected behavior
The chroma-mcp server should connect and MCP tools should be available.
Additional context
No response
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Issue に示されている MCP 接続パスと mcp-config.json の再現から始め、GitHub Copilot CLI v1.0.80 と v1.0.81 の初期化動作を比較します。記録された native_connector のハンドシェイク失敗と chroma-mcp@0.2.6 を使用して、プロトコルの不一致を検証します。サーバーが正常に接続し、その MCP ツールが利用可能になれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 領域
- api, cli
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 活発
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100