VAPI incorrectly naming MCP function name
I'm encountering an issue when calling my custom MCP server. Although I've successfully set up the vapi assistant with the MCP server, the tool names are not being handled correctly. The server lists the tools as check_availability and create_book but when a tool is called, its name is prefixed with "run-". For example, instead of calling check_availability it calls run-check_availability which is causing the request to fail.
Example of the tool call result:
Appreciate any help on this.
Example of the tool call result:
Appreciate any help on this.