#!/usr/bin/env python3 """Entry point for yargi-mcp package.""" from mcp_server_main import main if __name__ == "__main__": main()