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