@gravitee/ui-policy-studio-angular 16.2.3 → 16.2.4-apim-11876-fix-incorrect-flow-methods-800f0de
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
|
{
|
|
@@ -2129,6 +2129,7 @@ class GioPolicyStudioDetailsInfoBarComponent {
|
|
|
2129
2129
|
if (changes['flow']) {
|
|
2130
2130
|
// Invalidate cache when flow changes
|
|
2131
2131
|
this._methods = undefined;
|
|
2132
|
+
this._mcpMethods = undefined;
|
|
2132
2133
|
}
|
|
2133
2134
|
}
|
|
2134
2135
|
get condition() {
|