I am trying to configure a tool connection to the following Zoho MCP server and have not been able to find documentation on how to do so. If someone could please either guide me to some documentation or provide guidance it would be extremly appreciated.
{
"mcpServers": {
"ZohoMCP": {
"command": "npx",
"args": [
"mcp-remote",
"https://vapi-bookings-917168275.zohomcp.com/mcp/dc*********d2272788/message",
"--transport",
"http-only"
]
}
}
}