mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 14:54:24 +01:00
6 lines
55 B
Python
6 lines
55 B
Python
import sys
|
|
|
|
from .server import main
|
|
|
|
sys.exit(main())
|