Spaces:
Sleeping
Sleeping
apple muncy commited on
Commit ·
8d776ee
1
Parent(s): 5d8e465
443
Browse filesSigned-off-by: apple muncy <apple@llama-3.local>
server.py
CHANGED
|
@@ -115,7 +115,7 @@ def create_resource_server(settings: ResourceServerSettings) -> FastMCP:
|
|
| 115 |
|
| 116 |
|
| 117 |
@click.command()
|
| 118 |
-
@click.option("--port", default=
|
| 119 |
@click.option("--auth-server", default="https://applemuncy-as.hf.space", help="Authorization Server URL")
|
| 120 |
@click.option(
|
| 121 |
"--transport",
|
|
|
|
| 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",
|