File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 52
52
use PhpMcp \Schema \Request \ListResourceTemplatesRequest ;
53
53
use PhpMcp \Schema \ResourceReference ;
54
54
use PhpMcp \Server \Protocol ;
55
+ use PhpMcp \Server \Tests \Fixtures \Enums \StatusEnum ;
55
56
use React \EventLoop \Loop ;
56
- use PhpMcp \Server \Tests \Unit \Attributes \TestEnum ;
57
57
58
58
const DISPATCHER_SESSION_ID = 'dispatcher-session-xyz ' ;
59
59
const DISPATCHER_PAGINATION_LIMIT = 3 ;
528
528
$ currentValue = 'a ' ;
529
529
$ expectedCompletions = ['archived ' ];
530
530
531
- $ enumProvider = new \PhpMcp \Server \Defaults \EnumCompletionProvider (TestEnum ::class);
531
+ $ enumProvider = new \PhpMcp \Server \Defaults \EnumCompletionProvider (StatusEnum ::class);
532
532
533
533
$ promptSchema = PromptSchema::make ($ promptName , '' , [PromptArgument::make ($ argName )]);
534
534
$ registeredPrompt = new RegisteredPrompt (
You can’t perform that action at this time.
0 commit comments