apple muncy commited on
Commit
b7a5903
·
1 Parent(s): 8d776ee

remove port 443

Browse files

Signed-off-by: apple muncy <apple@dell-deb-12-5.local>

Files changed (1) hide show
  1. server.py +2 -2
server.py CHANGED
@@ -31,7 +31,7 @@ class ResourceServerSettings(BaseSettings):
31
 
32
  # Server settings
33
  host: str = "0.0.0.0"
34
- port: int = 443
35
  server_url: AnyHttpUrl = AnyHttpUrl("https://applemuncy-rs.hf,space")
36
 
37
  # Authorization Server settings
@@ -115,7 +115,7 @@ def create_resource_server(settings: ResourceServerSettings) -> FastMCP:
115
 
116
 
117
  @click.command()
118
- @click.option("--port", default=443, help="Port to listen on")
119
  @click.option("--auth-server", default="https://applemuncy-as.hf.space", help="Authorization Server URL")
120
  @click.option(
121
  "--transport",
 
31
 
32
  # Server settings
33
  host: str = "0.0.0.0"
34
+ #port: int = 443
35
  server_url: AnyHttpUrl = AnyHttpUrl("https://applemuncy-rs.hf,space")
36
 
37
  # Authorization Server settings
 
115
 
116
 
117
  @click.command()
118
+ #@click.option("--port", default=443, help="Port to listen on")
119
  @click.option("--auth-server", default="https://applemuncy-as.hf.space", help="Authorization Server URL")
120
  @click.option(
121
  "--transport",