We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3728328 commit e1ca588Copy full SHA for e1ca588
src/mcp/server/sse.py
@@ -32,12 +32,12 @@ async def handle_sse(request):
32
"""
33
34
import logging
35
+import re
36
from contextlib import asynccontextmanager
37
from typing import Any
38
from urllib.parse import quote
39
from uuid import UUID, uuid4
40
-import re
41
import anyio
42
from anyio.streams.memory import MemoryObjectReceiveStream, MemoryObjectSendStream
43
from pydantic import ValidationError
0 commit comments