* Changed SSE to Streamable_HTTP implementation on backend * Changed SSE to Streamable HTTP on frontend * [autofix.ci] apply automated fixes * Added support for SSE as a fallback * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * added /sse * updated code * created test to test streamable http * Test SSE fallback on HTTP/SSE tab * Changed nvidia remix starter project * [autofix.ci] apply automated fixes * Added changes for backwards compatibility * fixed issues on mcp util * [autofix.ci] apply automated fixes * Fixed tests to have a helper to initialize server, with health check * updated package lock * fixed backend tests * fixed backend test * [autofix.ci] apply automated fixes * format imports * fixed backend test * fixed frontend tests * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * changed http to streamable http * [autofix.ci] apply automated fixes * fixed mcp util test * fixed test * ruff fix * wait timeout on mcp server test --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
6 lines
60 B
JSON
6 lines
60 B
JSON
{
|
|
"devDependencies": {
|
|
"@types/node": "^24.7.0"
|
|
}
|
|
}
|