mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-27 17:13:31 +00:00
Add unix and windows commands under basic usage
This commit is contained in:
parent
9f856c4279
commit
9e1316b420
1 changed files with 6 additions and 0 deletions
|
@ -51,10 +51,16 @@ Open MCP Auth Proxy sits between MCP clients and your MCP server to:
|
|||
|
||||
2. Start the proxy in demo mode (uses pre-configured authentication with Asgardeo sandbox):
|
||||
|
||||
#### Linux/macOS:
|
||||
```bash
|
||||
./openmcpauthproxy --demo
|
||||
```
|
||||
|
||||
#### Windows:
|
||||
```powershell
|
||||
.\openmcpauthproxy.exe --demo
|
||||
```
|
||||
|
||||
> The repository comes with a default `config.yaml` file that contains the basic configuration:
|
||||
>
|
||||
> ```yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue