curl --request POST \
--url http://localhost:5173/api/mcp-validate-config \
--header 'Content-Type: application/json' \
--cookie apiKeys= \
--data '
{
"serverName": "<string>",
"config": {
"type": "stdio",
"command": "<string>",
"url": "<string>",
"headers": {},
"cwd": "<string>",
"env": {}
}
}
'