Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions examples/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```