Skip to content

Commit e25c2cb

Browse files
authored
docs: add inspector hint for example (#29)
1 parent ce7bfb0 commit e25c2cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/cli/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ DEBUG=1 php index.php
2121
You will see debug outputs to help you understand what is happening.
2222

2323
In this terminal you can now test add some json strings. See `example-requests.json`.
24+
25+
Run with Inspector:
26+
27+
```bash
28+
npx @modelcontextprotocol/inspector php index.php
29+
```

0 commit comments

Comments
 (0)