Skip to main content
GET
/
mcp
Open an MCP server-sent event stream
curl --request GET \
  --url https://app.myhero.so/mcp \
  --header 'Authorization: Bearer <token>' \
  --header 'mcp-session-id: <mcp-session-id>'
"<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 for an existing MCP session identified by the required mcp-session-id header. Used by MCP clients to receive server-initiated messages over the Streamable HTTP transport.

Authorizations

Authorization
string
header
required

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

Headers

mcp-session-id
string
required

Response

Server-sent events stream.

The response is of type string.