Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ mcp = FastMCP(
|
|
| 24 |
# Auth settings for RFC 9728 Protected Resource Metadata
|
| 25 |
auth=AuthSettings(
|
| 26 |
issuer_url=AnyHttpUrl("https://huggingface.co/.well-known/oauth-authorization-server"), # Authorization Server URL
|
| 27 |
-
resource_server_url=AnyHttpUrl("https://freddyaboulton-fastmcp-oauth.hf.space/weather_mcp
|
| 28 |
required_scopes=["inference-api"],
|
| 29 |
),
|
| 30 |
)
|
|
|
|
| 24 |
# Auth settings for RFC 9728 Protected Resource Metadata
|
| 25 |
auth=AuthSettings(
|
| 26 |
issuer_url=AnyHttpUrl("https://huggingface.co/.well-known/oauth-authorization-server"), # Authorization Server URL
|
| 27 |
+
resource_server_url=AnyHttpUrl("https://freddyaboulton-fastmcp-oauth.hf.space/weather_mcp"), # This server's URL
|
| 28 |
required_scopes=["inference-api"],
|
| 29 |
),
|
| 30 |
)
|