Required header
Important behavior
- Authentication is not passed as a tool argument.
- A direct request to
/mcpor/mcp/ssewithout the header should return401; that means the endpoint is live but the connection is unauthenticated. - A missing Bearer token returns
401withAuthorization header with Bearer token required. - An inactive or unknown key returns
401withinvalid API key.