@iblai/mcp 1.10.4 → 1.10.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4534,7 +4534,7 @@ interface AgentEvaluationTabProps {
4534
4534
 
4535
4535
  Voice + voice-call configuration for an agent. Renders a segmented control with two sub-tabs:
4536
4536
 
4537
- 1. **Voice** — provider chips (Browser / OpenAI / Google), and (for OpenAI / Google) a combobox-style trigger that opens a modal voice picker with search, pagination, audio preview, and the currently-selected voice pinned at the top. Persists to mentor settings as \`voice_provider\` + \`openai_voice\` / \`google_voice\` (ids) via \`useEditMentorMutation\`.
4537
+ 1. **Voice** — provider chips in alphabetical order (Browser / Google / ibl.ai / OpenAI), and (for OpenAI / Google only) a combobox-style trigger that opens a modal voice picker with search, pagination, audio preview, and the currently-selected voice pinned at the top. Browser and ibl.ai speak on the listener's own device, so they need no API key, no voices fetch and no voice id. Persists to mentor settings as \`voice_provider\` (\`browser\` | \`google\` | \`iblai\` | \`openai\` — note \`iblai\` has no dot, unlike the "ibl.ai" label) + \`openai_voice\` / \`google_voice\` (ids) via \`useEditMentorMutation\`.
4538
4538
 
4539
4539
  2. **Voice call** — Call style (Live conversation / Step-by-step), Spoken language (en / fr / es / pt / nl), AI provider (OpenAI / Google / Microsoft), and a per-provider in-call voice picker. Persists to the agent's CallConfiguration row via \`useCreateCallConfigurationMutation\` / \`useUpdateCallConfigurationMutation\`. TTS/STT providers are auto-derived from the AI provider on save (kept in the request body so the backend stack stays consistent).
4540
4540
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iblai/mcp",
3
- "version": "1.10.4",
3
+ "version": "1.10.5",
4
4
  "description": "MCP server for IBL frontend packages documentation and guidance",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",