#Is there plans to be able to use **MCP's
1 messages · Page 1 of 1 (latest)
So what I'm trying to do right now is I'm using promptfoo to evalulate our conversational agent, because we like the ability to use it for continuous testing. Right now, we pass it a prompt that we store on our side in a text file, alongside our MCP server. We want to be able to make it so that ElevenLabs would eventually be able to ask our MCP server for the prompt, which would be continuously updated based on finetunings that happen from our promptfoo integration
at the moment, we pass the prompt as part of the elevenlabs simulate conversation API call with the simulate_user_config.prompt, which has been pretty nice for us. But idk if the workaround right now is to pass our finetuned prompts as a dynamic variable... it sounds too hacky