apple muncy commited on
Commit
eecad06
·
1 Parent(s): 66eb57c

change 9000 to 443

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. 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=9000, help="Port to listen on")
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.