mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-18 22:44:20 +01:00
6 lines
81 B
Python
6 lines
81 B
Python
import sys
|
|
|
|
from .server import main
|
|
|
|
sys.exit(main()) # type: ignore[call-arg]
|