Skip to content

Commit 321498a

Browse files
xuzexin-hzxzx
and
xzx
authored
Fix python -m command error (modelcontextprotocol#387)
Co-authored-by: xzx <[email protected]>
1 parent a81b25a commit 321498a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
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())
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)