v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-035471202.8 KB
Server diagnostics

Validate a server

Connects to the server, initializes the MCP session, and returns a connection snapshot (server info, negotiated capabilities). The same check the hosted inspector runs when you connect a server.

post/projects/{projectId}/servers/{serverId}/validate

Path parameters

projectIdstring required

ID of the hosted project that contains the server.

serverIdstring required

ID of the server inside the project.

Request body

object required

Response

Server connected and initialized.

successtrue required
status'connected' required
initInfoobject nullable

MCP initialization snapshot: server info, negotiated protocol version, and capabilities. null if the server connected but initialization data was unavailable.