When registering an MCP server using this property copilot-cli fails to initialize the session:
2025-11-05T22:44:02.640Z [ERROR] Failed to start MCP client for remote server aspire: [
{
"code": "invalid_type",
"expected": "string",
"received": "array",
"path": [
"serverInfo",
"icons",
0,
"sizes"
],
"message": "Expected string, received array"
},
{
"code": "invalid_type",
"expected": "string",
"received": "array",
"path": [
"serverInfo",
"icons",
1,
"sizes"
],
"message": "Expected string, received array"
},
...
MCP connection should go through.