mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 14:54:24 +01:00
Co-authored-by: Peter Raboud <praboud@anthropic.com> Co-authored-by: David Soria Parra <davidsp@anthropic.com> Co-authored-by: Basil Hosmer <basil@anthropic.com> Co-authored-by: Paul Carleton <paulc@anthropic.com> Co-authored-by: Paul Carleton <paulcarletonjr@gmail.com>
8 lines
150 B
Python
8 lines
150 B
Python
"""Main entry point for simple MCP server with GitHub OAuth authentication."""
|
|
|
|
import sys
|
|
|
|
from mcp_simple_auth.server import main
|
|
|
|
sys.exit(main())
|