Skip to content

Commit 1190eb3

Browse files
xuzexin-hzxzx
authored andcommitted
Fix python -m command error (modelcontextprotocol#387)
Co-authored-by: xzx <[email protected]>
1 parent e6a038b commit 1190eb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import sys
22

3-
from server import main
3+
from .server import main
44

55
sys.exit(main())
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import sys
22

3-
from server import main
3+
from .server import main
44

55
sys.exit(main())

0 commit comments

Comments
 (0)