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