Add unix and windows commands under basic usage

This commit is contained in:
Chiran Fernando 2025-05-22 16:42:16 +05:30
parent 9f856c4279
commit 9e1316b420

View file

@ -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