API Reference
cURL
curl --request POST \ --url https://api.example.com/api/mcp/test-connection \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "transport": "<string>", "config": {} } '
{ "success": true, "message": "<string>", "details": {} }
Test MCP server connection without saving.
Request model for testing MCP connection.
Connection name
Transport type
Connection configuration
Successful Response
Response model for MCP connection test.