From 1964829dcd48f29024f0341f61735cfdcac13969 Mon Sep 17 00:00:00 2001 From: NipuniBhagya Date: Wed, 21 May 2025 13:42:13 +0530 Subject: [PATCH] Update the README file --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5d54ab..49a471f 100644 --- a/README.md +++ b/README.md @@ -100,13 +100,13 @@ base_url: "http://localhost:8000" # URL of your MCP listen_port: 8080 # Address where the proxy will listen resource_identifier: "http://localhost:8080" # Proxy server URL -scopes_supported: # Scopes required to access the MCP server +scopes_supported: # Scopes required to defined for the MCP server - "read:tools" - "read:resources" audience: "" # Access token audience -authorization_servers: # Authorization server URL +authorization_servers: # Authorization server issuer identifier(s) - "https://api.asgardeo.io/t/acme" -jwks_uri: "https://api.asgardeo.io/t/acme/oauth2/jwks" # JWKS URL of the Authorization server +jwks_uri: "https://api.asgardeo.io/t/acme/oauth2/jwks" # JWKS URL ``` 4. Start the proxy with Asgardeo integration: