@gravitee/ui-policy-studio-angular 16.2.3 → 16.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -644,6 +644,7 @@ const MCP_METHODS = [
|
|
|
644
644
|
{ value: 'notifications/initialized', label: 'notifications/initialized' },
|
|
645
645
|
{ value: 'ping', label: 'ping' },
|
|
646
646
|
{ value: 'notifications/progress', label: 'notifications/progress' },
|
|
647
|
+
{ value: 'completion/complete', label: 'completion/complete' },
|
|
647
648
|
],
|
|
648
649
|
},
|
|
649
650
|
{
|
|
@@ -672,7 +673,6 @@ const MCP_METHODS = [
|
|
|
672
673
|
{ value: 'prompts/list', label: 'prompts/list' },
|
|
673
674
|
{ value: 'prompts/get', label: 'prompts/get' },
|
|
674
675
|
{ value: 'notifications/prompts/list_changed', label: 'notifications/prompts/list_changed' },
|
|
675
|
-
{ value: 'completion/complete', label: 'completion/complete' },
|
|
676
676
|
],
|
|
677
677
|
},
|
|
678
678
|
{
|