Spaces:
Sleeping
Sleeping
apple muncy commited on
Commit ·
eecad06
1
Parent(s): 66eb57c
change 9000 to 443
Browse filesSigned-off-by: apple muncy <apple@dell-deb-12-5.local>
- auth_server.py +1 -1
auth_server.py
CHANGED
|
@@ -158,7 +158,7 @@ async def run_server(server_settings: AuthServerSettings, auth_settings: SimpleA
|
|
| 158 |
|
| 159 |
|
| 160 |
@click.command()
|
| 161 |
-
@click.option("--port", default=
|
| 162 |
def main(port: int) -> int:
|
| 163 |
"""
|
| 164 |
Run the MCP Authorization Server.
|
|
|
|
| 158 |
|
| 159 |
|
| 160 |
@click.command()
|
| 161 |
+
@click.option("--port", default=443, help="Port to listen on")
|
| 162 |
def main(port: int) -> int:
|
| 163 |
"""
|
| 164 |
Run the MCP Authorization Server.
|