We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840aa66 commit e6627f7Copy full SHA for e6627f7
README.md
@@ -41,7 +41,7 @@ composer require php-mcp/laravel
41
Publish the configuration file:
42
43
```bash
44
-php artisan vendor:publish --provider="PhpMcp\Laravel\McpServiceProvider" --tag="mcp-config"
+php artisan vendor:publish --provider="PhpMcp\Laravel\Server\McpServiceProvider" --tag="mcp-config"
45
```
46
47
For database session storage, publish the migration:
0 commit comments