Not able to connect my Typescript MCP server in VA...
# support
s
I have an MCP server which i have used on n8n with community node its actually 3 MCPs - and i plan to keep creating more and so each MCP have its own "/sse" and "/messages" endpoint i am not able to find how can i connect the MCP on VAPI as there is no place to add "/messages" endpoint there is option to add only "/sse" endpoint
or maybe its just not possible currently ?
okay its working now - i updated my server to support http streamable transport and keep sse event one for backward compatibility
a
Hey bro Please reply my message
c
Vapi only requires the MCP server’s
/sse
or
/mcp
URL so you don’t need to manually set a
/messages
endpoint, as vapi auto-discovers all tools from the MCP entry point..