Files
intervalsicu-mcp/src/intervals_mcp_server
Chris Farhood 5f2c55c865
build-image / test (push) Failing after 3h13m8s
build-image / build (push) Has been skipped
mcp: CORS on the streamable-http app (answer OPTIONS preflight without auth)
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.
2026-07-06 22:13:36 -04:00
..