From a999ec0c771c997f4d6024b0a5327fcd82ce86fb Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 3 Apr 2026 12:15:31 -0400 Subject: [PATCH] Added Local Development Quick-Start --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index ed19e34..c7a59c8 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,21 @@ Suite (WIS) deliverables in this repository. | --- | --- | --- | --- | | Mock-to-API transition | WIS-008 | 🟡 Yellow | Obtain non-prod credentials, complete secure token flow, execute first API-backed read tool in runtime path. | +## Local Development Quick-Start + +### 1. Activate Environment + +`source .venv/Scripts/activate` + +### 2. Launch Inspector + +`npx @modelcontextprotocol/inspector python server.py` + +### 3. Port Cleanup (If Blocked) + +- **Proxy (6277):** `taskkill //F //IM node.exe` +- **Inspector (6274):** `taskkill //F //IM node.exe` + ## Reference documents - [Workday execution backlog](Workday/Planning/workday-ad-identity-sync-next-steps.md)