From ec2335252cbec29f280710a23769162aaa63c9c3 Mon Sep 17 00:00:00 2001 From: Thilina Shashimal Senarath Date: Thu, 3 Apr 2025 09:34:40 +0530 Subject: [PATCH] fix ListenPort readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65259a2..9c5b809 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ 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 # Port where the proxy will listen ``` ### asgardeo configuration: ```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 # Port where the proxy will listen asgardeo: org_name: "your-org-name"