Skip to content

Commit 0d96de6

Browse files
committed
Fix config file name in service provider
1 parent 96ab5a1 commit 0d96de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelMcpServerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function configurePackage(Package $package): void
2424
*/
2525
$package
2626
->name('laravel-mcp-server')
27-
->hasConfigFile()
27+
->hasConfigFile('mcp-server')
2828
->hasCommands([
2929
MakeMcpToolCommand::class,
3030
TestMcpToolCommand::class,

0 commit comments

Comments
 (0)