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>"

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Opens a server-sent event stream using the legacy MCP SSE transport. Deprecated — prefer the Streamable HTTP transport (POST /mcp). The stream stays open until the session closes or the client disconnects. Requires OAuth authentication.

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.