Skip to content

Commit 053cbc7

Browse files
Fix command syntax for mcp:inspector (#10822)
With the leading `/`, you get the error that the server cannot be found.
1 parent 8efe91c commit 053cbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ You may run the inspector for any registered server:
12381238

12391239
```shell
12401240
# Web server...
1241-
php artisan mcp:inspector /mcp/weather
1241+
php artisan mcp:inspector mcp/weather
12421242

12431243
# Local server named "weather"...
12441244
php artisan mcp:inspector weather

0 commit comments

Comments
 (0)