"""Main entry point for simple MCP server with GitHub OAuth authentication.""" import sys from mcp_simple_auth.server import main sys.exit(main())