@kortex-app/api 0.0.1-next.202603061009-b4842ef15 → 0.0.1-next.202603061113-ebe53a6ae
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.
- package/package.json +1 -1
- package/src/extension-api.d.ts +0 -12
package/package.json
CHANGED
package/src/extension-api.d.ts
CHANGED
|
@@ -644,18 +644,6 @@ declare module '@kortex-app/api' {
|
|
|
644
644
|
status(): ProviderConnectionStatus;
|
|
645
645
|
}
|
|
646
646
|
|
|
647
|
-
/**
|
|
648
|
-
* @deprecated
|
|
649
|
-
*/
|
|
650
|
-
export type MCPProviderConnection = {
|
|
651
|
-
name: string;
|
|
652
|
-
mcp: {
|
|
653
|
-
// utility methods
|
|
654
|
-
};
|
|
655
|
-
lifecycle?: ProviderConnectionLifecycle;
|
|
656
|
-
status(): ProviderConnectionStatus;
|
|
657
|
-
};
|
|
658
|
-
|
|
659
647
|
export interface InferenceModel {
|
|
660
648
|
label: string;
|
|
661
649
|
}
|