mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-28 01:23:30 +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):
|
2. Start the proxy in demo mode (uses pre-configured authentication with Asgardeo sandbox):
|
||||||
|
|
||||||
|
#### Linux/macOS:
|
||||||
```bash
|
```bash
|
||||||
./openmcpauthproxy --demo
|
./openmcpauthproxy --demo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Windows:
|
||||||
|
```powershell
|
||||||
|
.\openmcpauthproxy.exe --demo
|
||||||
|
```
|
||||||
|
|
||||||
> The repository comes with a default `config.yaml` file that contains the basic configuration:
|
> The repository comes with a default `config.yaml` file that contains the basic configuration:
|
||||||
>
|
>
|
||||||
> ```yaml
|
> ```yaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue