mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 23:04:25 +01:00
5 lines
90 B
Python
5 lines
90 B
Python
from .server import main
|
|
|
|
if __name__ == "__main__":
|
|
main() # type: ignore[call-arg]
|