{
"organizationId": "org_abc123",
"workspaceId": "ws_xyz789",
"generatedAt": "2026-04-19T02:05:28.500Z",
"summary": {
"ready": 2,
"partial": 0,
"oauth_required": 0,
"error": 0,
"skipped": 1
},
"servers": [
{
"id": "srv_001",
"name": "Production API",
"transportType": "http",
"status": "ready",
"doctor": {
"target": {
"id": "srv_001",
"name": "Production API",
"url": "https://api.example.com/mcp"
},
"status": "ready",
"checks": {
"probe": { "status": "ok", "detail": "HTTP initialize probe succeeded via streamable-http." },
"connection": { "status": "ok", "detail": "Connected and initialized successfully." },
"tools": { "status": "ok", "detail": "5 tools discovered." },
"resources": { "status": "ok", "detail": "3 resources discovered." }
}
}
},
{
"id": "srv_002",
"name": "Local Dev Server",
"transportType": "http",
"status": "skipped",
"skippedReason": "hosted MCPJam MCP only supports HTTPS HTTP servers; run doctor locally via @mcpjam/cli-preview"
}
]
}