5f2c55c865
OPTIONS /mcp returned 401 (auth layer rejecting the preflight) with no CORS headers, which blocks browser-based MCP clients / connector setup. Build the app explicitly and add CORSMiddleware (wildcard origin — bearer-token auth, no cookies) so preflight is answered 200 and Mcp-Session-Id/WWW-Authenticate are exposed.