Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit f1f3c19

Browse files
committed
docs(README): add missing debug command description
1 parent 10de74c commit f1f3c19

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,20 @@ This command is particularly useful for:
738738
- Verifying prompt registration
739739
- Checking argument
740740

741+
3. The `debug:mcp-resources` command helps you inspect and debug your MCP resources:
742+
743+
```bash
744+
# List all registered resources
745+
php bin/console debug:mcp-resources
746+
747+
# Get detailed information about a specific resource
748+
php bin/console debug:mcp-resources my_resource_name
749+
```
750+
751+
This command is particularly useful for:
752+
- Verifying resource registration
753+
- Checking URI patterns
754+
741755
## Contributing
742756

743757
Contributions to the MCP Server Bundle are welcome! Here's how you can help:

0 commit comments

Comments
 (0)