From b88d93d752813fba23466f020104ead892e42a48 Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Mon, 26 May 2025 22:15:29 +0200 Subject: [PATCH] docs: add inspector hint for example --- examples/cli/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/cli/README.md b/examples/cli/README.md index 772e74a..0512b6b 100644 --- a/examples/cli/README.md +++ b/examples/cli/README.md @@ -21,3 +21,9 @@ DEBUG=1 php index.php You will see debug outputs to help you understand what is happening. In this terminal you can now test add some json strings. See `example-requests.json`. + +Run with Inspector: + +```bash +npx @modelcontextprotocol/inspector php index.php +```