Update README.md

This commit is contained in:
Pavindu Lakshan 2025-04-03 16:56:32 +05:30 committed by GitHub
parent a4751696ff
commit d31ee53901
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ Update the following parameters in `config.yaml`.
```yaml ```yaml
mcp_server_base_url: "http://localhost:8000" # URL of your MCP server 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 #### Start the Auth Proxy
@ -58,7 +58,7 @@ The `--demo` flag enables a demonstration mode with pre-configured authenticatio
#### Connect Using an MCP Client #### 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 ### Use with Asgardeo
@ -101,7 +101,7 @@ Create a configuration file config.yaml with the following parameters:
```yaml ```yaml
mcp_server_base_url: "http://localhost:8000" # URL of your MCP server 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. **TODO**: Update the configs for a standard OAuth Server.