You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The open-core MCP Streamable HTTP transport is unauthenticated by design (meant to sit behind your own proxy). For self-hosters who expose it directly, add an opt-in static bearer token check (VITRUS_MCP_TOKEN).
Scope
VITRUS_MCP_TOKEN env; if set, require Authorization: Bearer on the HTTP transport
The open-core MCP Streamable HTTP transport is unauthenticated by design (meant to sit behind your own proxy). For self-hosters who expose it directly, add an opt-in static bearer token check (VITRUS_MCP_TOKEN).
Scope