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"