Skip to content

Commit ba07474

Browse files
committed
Merge branch 'feat/mcp-support' of github.com:BinarCode/laravel-restify into feat/mcp-support
2 parents a85c1b8 + 57a833a commit ba07474

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/McpResourceCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ protected function getDefaultNamespace($rootNamespace)
5959
{
6060
return $rootNamespace.'\\Restify\\Mcp\\Resources';
6161
}
62-
}
62+
}

src/Commands/ToolCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ protected function getDefaultNamespace($rootNamespace)
6565
{
6666
return $rootNamespace.'\\Restify\\Mcp\\Tools';
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)