From 1a2d88b96ae809cfa9133ca031db4aec6bce33d7 Mon Sep 17 00:00:00 2001 From: Ayesha Dissanayaka Date: Thu, 3 Apr 2025 00:02:05 +0530 Subject: [PATCH] Update README.md - fix formatting --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c7d0485..658b3d7 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ listen\_address: ":8080" \# Address where the proxy will l #### Start the Auth Proxy -`./openmcpauthproxy \--demo +```./openmcpauthproxy \--demo``` The \--demo flag enables a demonstration mode with pre-configured authentication with a sandbox powered by [Asgardeo](https://asgardeo.io/). @@ -75,7 +75,7 @@ TODO: Update the configs for asgardeo. #### Start the Auth Proxy -```./openmcpauthproxy \--asgardeo +`./openmcpauthproxy \--asgardeo` ### Use with Auth0 @@ -90,13 +90,14 @@ TODO: Add instructions Create a configuration file config.yaml with the following parameters: ```mcp\_server\_base\_url: "http://localhost:8000" \# URL of your MCP server -listen\_address: ":8080" \# Address where the proxy will listen``` -` +listen\_address: ":8080" \# Address where the proxy will listen +``` + TODO: Update the configs for Auth0. #### Start the Auth Proxy -```./openmcpauthproxy \--auth0 +```./openmcpauthproxy \--auth0``` ### Use with a standard OAuth Server @@ -108,10 +109,12 @@ TODO:Add instructions Create a configuration file config.yaml with the following parameters: -```mcp\_server\_base\_url: "http://localhost:8000" \# URL of your MCP server -listen\_address: ":8080" \# Address where the proxy will listen -TODO: Update the configs for a standard OAuth Server.``` +``` +mcp\_server\_base\_url: "http://localhost:8000" \# URL of your MCP server +listen\_address: ":8080" \# Address where the proxy will listen +``` +TODO: Update the configs for a standard OAuth Server. #### Start the Auth Proxy -```./openmcpauthproxy +```./openmcpauthproxy```