Add mcp_streamable route and refactor some common code between sse and streamable. Update tests for 400 errors in sse.

This commit is contained in:
Hemang
2025-05-22 11:47:52 +02:00
committed by Hemang Sarkar
parent 5b68e80be5
commit f8bf7be405
9 changed files with 180 additions and 66 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Set Up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Install Dependencies
run: |