Establish SSE connection for MCP Server

Establishes a Server-Sent Events (SSE) connection for real-time bidirectional communication with the MCP Server. The connection will automatically timeout after 60 seconds.

SecurityBearerAuth
Request
path Parameters
asset_id
required
string <uuid>

The unique identifier (UUID) of the MCP Server asset

Example: 56b10c32-97c5-4060-8e3d-12e040f889f2
query Parameters
draft
boolean
Default: false

Optional flag to indicate draft mode access

Responses
200

SSE connection established successfully

404

Not Found - The specified resource was not found. This may occur when:

  • The asset_id doesn't exist
  • The asset is not accessible to the authenticated user
  • The MCP Server feature is not active for this team
500

Internal Server Error - An unexpected error occurred on the server.

get/studio-copilot/api/v1/mcp-servers/mcp/{asset_id}
Request samples
Response samples
application/json
{
  • "detail": "Asset not found or not accessible."
}