Create __main__.py

This commit is contained in:
saidsurucu
2025-05-24 02:07:36 +03:00
parent 2271423c91
commit c1352c868d
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env python3
"""Entry point for yargi-mcp package."""
from mcp_server_main import main
if __name__ == "__main__":
main()