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 1ac7b63 commit 7cece5eCopy full SHA for 7cece5e
src/mcp/server/sse.py
@@ -37,6 +37,7 @@ async def handle_sse(request):
37
from urllib.parse import quote
38
from uuid import UUID, uuid4
39
40
+import re
41
import anyio
42
from anyio.streams.memory import MemoryObjectReceiveStream, MemoryObjectSendStream
43
from pydantic import ValidationError
0 commit comments