curl --request POST \
--url https://api.trugen.ai/v1/ext/mcp \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "Livekit Docs",
"description": "MCP server to get livekit info",
"type": "shttp/sse",
"request_config": {
"url": "https://www.example.com/in",
"headers": {
"User-Agent": "Trugen Avatar",
"Accept": "application/json"
}
}
}
'