You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the list-routes tool with wildcard criteria like name: "two-factor*" or path: "/two-factor" it fails to return any matching routes, even though relevant routes clearly exists.
Steps To Reproduce
Use list-routes (MCP)(name: "two-factor*") or list-routes (MCP)(path: "/two-factor")
Observe the error:
ERROR Your application doesn't have any routes matching the given criteria.
Expected behavior:
The tool should correctly match and return routes when using wildcards, similar to Laravel’s native artisan route:list.