Establish MCP SSE connection.
GET/mcp
This endpoint is used to establish an SSE connection for the Model Context Protocol (MCP). It immediately returns an endpoint
event with the URL to POST messages to. Responses will be delivered to the SSE connection.
Request
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
object
{}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}