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 0ae03fa commit 5dd79b2Copy full SHA for 5dd79b2
mcp_python/server/memory.py renamed to mcp_python/shared/memory.py
mcp_python/shared/session.py
@@ -1,10 +1,10 @@
1
from contextlib import AbstractAsyncContextManager
2
from datetime import timedelta
3
from typing import Generic, TypeVar
4
-import httpx
5
6
import anyio
7
import anyio.lowlevel
+import httpx
8
from anyio.streams.memory import MemoryObjectReceiveStream, MemoryObjectSendStream
9
from pydantic import BaseModel
10
tests/test_memory.py renamed to tests/shared/test_memory.py
@@ -3,7 +3,7 @@
from mcp_python.client.session import ClientSession
from mcp_python.server import Server
-from mcp_python.server.memory import (
+from mcp_python.shared.memory import (
create_connected_server_and_client_session,
)
from mcp_python.types import (
0 commit comments