freddyaboulton HF Staff commited on
Commit
ba2f25d
·
verified ·
1 Parent(s): cfe4316

Update app.py

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