Skip to content

Commit 0555ca5

Browse files
committed
fix SchemaMapperInterface
1 parent 5fc6d71 commit 0555ca5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Routing/ActionCaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
namespace Butschster\ContextGenerator\McpServer\Routing;
66

7-
use Butschster\ContextGenerator\Lib\SchemaMapper\SchemaMapperInterface;
87
use Butschster\ContextGenerator\McpServer\Attribute\InputSchema;
8+
use Butschster\ContextGenerator\McpServer\SchemaMapper\SchemaMapperInterface;
99
use Psr\Http\Message\ServerRequestInterface;
1010
use Spiral\Core\Attribute\Proxy;
1111
use Spiral\Core\InvokerInterface;

src/Tool/ToolAttributesParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
namespace Butschster\ContextGenerator\McpServer\Tool;
66

7-
use Butschster\ContextGenerator\Lib\SchemaMapper\SchemaMapperInterface;
87
use Butschster\ContextGenerator\McpServer\Attribute\InputSchema;
98
use Butschster\ContextGenerator\McpServer\Attribute\Tool;
9+
use Butschster\ContextGenerator\McpServer\SchemaMapper\SchemaMapperInterface;
1010
use Mcp\Types\ToolAnnotations;
1111
use Mcp\Types\ToolInputSchema;
1212

0 commit comments

Comments
 (0)