GET
/
mcp
Open MCP SSE stream
curl --request GET \
  --url https://api.stackone.com/mcp \
  --header 'Accept: <accept>' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'mcp-session-id: <mcp-session-id>' \
  --header 'x-account-id: <x-account-id>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

x-account-id
string
required

Account secure id for the target provider account

Accept
string
required

Must be text/event-stream

mcp-session-id
string
required

Session id

Response

SSE stream opened