Skip to content

Commit e6627f7

Browse files
committed
Fix: Correct McpServiceProvider namespace in README
1 parent 840aa66 commit e6627f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ composer require php-mcp/laravel
4141
Publish the configuration file:
4242

4343
```bash
44-
php artisan vendor:publish --provider="PhpMcp\Laravel\McpServiceProvider" --tag="mcp-config"
44+
php artisan vendor:publish --provider="PhpMcp\Laravel\Server\McpServiceProvider" --tag="mcp-config"
4545
```
4646

4747
For database session storage, publish the migration:

0 commit comments

Comments
 (0)