From d31ee539011797cd853b58f94f56d3ea314fce3f Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Thu, 3 Apr 2025 16:56:32 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44f1144..eaeab21 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Update the following parameters in `config.yaml`. ```yaml mcp_server_base_url: "http://localhost:8000" # URL of your MCP server -listen_address: ":8080" # Address where the proxy will listen +listen_port: 8080 # Address where the proxy will listen ``` #### Start the Auth Proxy @@ -58,7 +58,7 @@ The `--demo` flag enables a demonstration mode with pre-configured authenticatio #### Connect Using an MCP Client -You can use the [MCP Inspector](https://github.com/modelcontextprotocol/inspector) to test the connection and try out the complete authorization flow. +You can use the [MCP Inspector](https://github.com/shashimalcse/inspector) to test the connection and try out the complete authorization flow. ### Use with Asgardeo @@ -101,7 +101,7 @@ Create a configuration file config.yaml with the following parameters: ```yaml mcp_server_base_url: "http://localhost:8000" # URL of your MCP server -listen_address: ":8080" # Address where the proxy will listen +listen_port: 8080 # Address where the proxy will listen ``` **TODO**: Update the configs for a standard OAuth Server.