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