Skip to content

Commit 3849a4d

Browse files
committed
move memory.py from server/ to shared/
1 parent 0ae03fa commit 3849a4d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tests/test_memory.py renamed to tests/shared/test_memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from mcp_python.client.session import ClientSession
55
from mcp_python.server import Server
6-
from mcp_python.server.memory import (
6+
from mcp_python.shared.memory import (
77
create_connected_server_and_client_session,
88
)
99
from mcp_python.types import (

0 commit comments

Comments
 (0)