We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62177bb commit da8ba17Copy full SHA for da8ba17
src/MCP/Tools/CreateEntryToolAction.php
@@ -11,6 +11,9 @@
11
use Butschster\ContextGenerator\Research\MCP\DTO\EntryCreateRequest;
12
use Butschster\ContextGenerator\Research\Service\EntryServiceInterface;
13
use Butschster\ContextGenerator\Research\Service\ResearchServiceInterface;
14
+use Butschster\ContextGenerator\McpServer\Attribute\InputSchema;
15
+use Butschster\ContextGenerator\McpServer\Attribute\Tool;
16
+use Butschster\ContextGenerator\McpServer\Routing\Attribute\Post;
17
use PhpMcp\Schema\Result\CallToolResult;
18
use Psr\Log\LoggerInterface;
19
0 commit comments