Skip to content

Commit ce10f77

Browse files
Add clean SSE client-server test
1 parent 90cbc66 commit ce10f77

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/test_sse_client_server.py

-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
import asyncio
2-
from typing import AsyncGenerator, List
3-
4-
from fastapi import FastAPI
5-
from starlette.responses import StreamingResponse
6-
import uvicorn
7-
from threading import Thread
8-
import httpx
9-
from mcp.client.sse import aconnect_sse
10-
111
app = FastAPI()
122

133
@app.get("/sse")

0 commit comments

Comments
 (0)