Skip to main content
GET
/
mcp
/
sse
Connect via legacy SSE transport
curl --request GET \
  --url https://app.myhero.so/mcp/sse \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

SSE stream — keeps open until the MCP session closes.

The response is of type string.