McpServerTestConnectionRequest
McpServerTestConnectionRequest
MCP server connectivity test request.
JSON Example
{
"url": "string",
"transport": "string",
"headers": {
"headers": "string"
}
}
string As uri
As uri
url
Required
Constraints:
minLength: 1
Base URL to access the MCP server.
transport
Required
MCP server communication transport protocol
Possible values are :
STREAMABLE_HTTP,
SSE,
object
headers
Optional
A list of HTTP headers for the MCP server.