Skip to main content
GET
SSE server proxy endpoint

Authorizations

Authorization
string
header
required

JWT token obtained through Barndoor's OAuth 2.0 authorization-code flow with PKCE.

The token should be included in the Authorization header: Authorization: Bearer <your-jwt-token>

Use the Barndoor SDK's loginInteractive() function to obtain tokens automatically.

Headers

x-mcp-session-id
string

MCP session identifier for request tracking

Path Parameters

mcp_server_name
string
required

MCP server name identifier

Pattern: ^[a-z0-9-]+$

Body

application/json

Optional request payload for SSE initialization

SSE initialization parameters

event_types
string[]

Types of events to subscribe to

Example:
filters
object

Event filtering parameters

Example:

Response

SSE event stream

Server-Sent Events stream for real-time communication.

Events follow the SSE format with optional event types and data payloads.

Example events: