From 9e1316b4207c4842aaf1cb39722461324d1a98de Mon Sep 17 00:00:00 2001 From: Chiran Fernando Date: Thu, 22 May 2025 16:42:16 +0530 Subject: [PATCH] Add unix and windows commands under basic usage --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1158c7d..c63194e 100644 --- a/README.md +++ b/README.md @@ -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