We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7f0c4 commit 8ddf7f7Copy full SHA for 8ddf7f7
examples/servers/simple-auth/mcp_simple_auth/__main__.py
@@ -1,6 +1,7 @@
1
"""Main entry point for simple MCP server with GitHub OAuth authentication."""
2
3
import sys
4
+
5
from mcp_simple_auth.server import main
6
7
sys.exit(main())
0 commit comments