fixed mcpServers as array

This commit is contained in:
Quan HL
2025-04-15 15:41:29 +07:00
parent f567d985a0
commit f71dfb5c46
2 changed files with 9 additions and 16 deletions
+8 -6
View File
@@ -533,13 +533,15 @@ test("validate correct verbs", async (t) => {
"llmOptions": {
"firstSpeaker": 'FIRST_SPEAKER_AGENT',
},
"mcpServer": {
"url": 'https://mcp.example.com',
"auth": {
"username": 'username',
"password": 'password'
"mcpServers": [
{
"url": 'https://mcp.example.com',
"auth": {
"username": 'username',
"password": 'password'
}
}
}
]
}
];
try {