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 c3fc092 commit 52cff03Copy full SHA for 52cff03
src/mcp/shared/session.py
@@ -8,7 +8,7 @@
8
import anyio
9
import httpx
10
from anyio.streams.memory import MemoryObjectReceiveStream, MemoryObjectSendStream
11
-from pydantic import BaseModel, ValidationError
+from pydantic import BaseModel
12
from typing_extensions import Self
13
14
from mcp.shared.exceptions import McpError
0 commit comments