McpServerTestConnectionRequest

McpServerTestConnectionRequest
McpServerTestConnectionRequest

MCP server connectivity test request.

JSON Example
{
    "verify_tls": "string",
    "url": "string",
    "transport": "string",
    "headers": {
        "headers": "string"
    }
}
string
verify_tls
Optional
Constraints: default: VERIFY_FULL

TLS verification mode used when connecting to the MCP server.

Enumeration: VERIFY_FULL, DISABLE
string As uri As uri
url
Required  
Constraints: minLength: 1

Base URL to access the MCP server.

transport
Required  

MCP server communication transport protocol

Enumeration: STREAMABLE_HTTP, SSE
object
headers
Optional

A list of HTTP headers for the MCP server.