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
The README.md file contains instructions for publishing migrations using the command: php artisan vendor:publish --provider="PhpMcp\Laravel\McpServiceProvider" --tag="mcp-migrations". However, this command fails because the specified 'mcp-migrations' tag is not defined in the McpServiceProvider. A review of the provider shows only the 'mcp-config' tag is available. The migration instructions appear to be incorrect and should likely be removed.