Skip to content

Commit b5b2551

Browse files
authored
Merge branch 'main' into support_for_logging
2 parents 1c49aa6 + cd9810e commit b5b2551

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Server/McpServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ protected function registerPublishing(): void
5252
$this->publishes([
5353
__DIR__.'/../../stubs/prompt.stub' => base_path('stubs/prompt.stub'),
5454
__DIR__.'/../../stubs/resource.stub' => base_path('stubs/resource.stub'),
55-
__DIR__.'/../../stubs/resource-template.stub' => base_path('stubs/resource-template.stub'),
5655
__DIR__.'/../../stubs/server.stub' => base_path('stubs/server.stub'),
5756
__DIR__.'/../../stubs/tool.stub' => base_path('stubs/tool.stub'),
5857
], 'mcp-stubs');

tests/Unit/Methods/CallToolTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use Illuminate\JsonSchema\JsonSchema;
3+
use Illuminate\Contracts\JsonSchema\JsonSchema;
44
use Laravel\Mcp\Request;
55
use Laravel\Mcp\Response;
66
use Laravel\Mcp\Server\Exceptions\JsonRpcException;

0 commit comments

Comments
 (0)