v1.0.81 broke compatibility with chroma-mcp
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Shell
- Estrellas
- 11.2k
- Forks
- 1.9k
- Merge medio
- 14 h 16 min
- PR fusionados (30 d)
- 6
Descripción
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
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Comienza con la ruta de conexión MCP y la reproducción de mcp-config.json mostrada en la issue; después, compara el comportamiento de inicialización entre GitHub Copilot CLI v1.0.80 y v1.0.81. Usa el fallo de handshake de native_connector registrado y chroma-mcp@0.2.6 para verificar la incompatibilidad de protocolos. Se considera terminado cuando el servidor se conecta correctamente y sus herramientas MCP están disponibles.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Área
- api, cli
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Activo
- Claridad
- Bastante claro
- Aptitud para principiantes
- 45/100