You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'🚨 Did not receive resources/listChanged notification when expected. Make sure your server calls sendResourceListChanged when resources are enabled/disabled.',
628
+
'🚨 Did not receive resources/listChanged notification when expected. Make sure your server calls sendResourceListChanged when resources change.',
637
629
)
638
630
}
639
631
expect(
640
632
resourceNotif,
641
-
'🚨 Did not receive resources/listChanged notification when expected. Make sure your server calls sendResourceListChanged when resources are enabled/disabled.',
633
+
'🚨 Did not receive resources/listChanged notification when expected. Make sure your server calls sendResourceListChanged when resources change.',
642
634
).toBeDefined()
643
-
644
-
// After notification, resources should now be available
645
-
constenabledResources=awaitclient.listResources()
646
-
expect(
647
-
enabledResources.resources.length,
648
-
'🚨 Resources should be enabled after creating entries/tags. The server must dynamically enable/disable resources based on content.',
'🚨 Advanced tools like create_wrapped_video should be enabled after creating entries/tags. The server must dynamically enable/disable tools based on content.',
726
-
).toContain('create_wrapped_video')
727
-
728
-
// Verify that tools are properly enabled with correct count
729
-
expect(
730
-
enabledTools.tools.length,
731
-
'🚨 Should have more tools available after creating content',
0 commit comments