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 596864e commit 63208feCopy full SHA for 63208fe
src/mcp/client/sse.py
@@ -1,6 +1,6 @@
1
import logging
2
from contextlib import asynccontextmanager
3
-from typing import Any, Callable
+from typing import Any
4
from urllib.parse import urljoin, urlparse
5
6
import anyio
src/mcp/shared/_httpx_utils.py
@@ -12,8 +12,7 @@ def __call__(
12
self,
13
headers: dict[str, str] | None = None,
14
timeout: httpx.Timeout | None = None,
15
- ) -> httpx.AsyncClient:
16
- ...
+ ) -> httpx.AsyncClient: ...
17
18
19
def create_mcp_http_client(
0 commit comments