@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kortex-app/api",
3
- "version": "0.0.1-next.202603061009-b4842ef15",
3
+ "version": "0.0.1-next.202603061113-ebe53a6ae",
4
4
  "description": "API for Kortex extensions",
5
5
  "repository": "https://github.com/kortex-hub/kortex",
6
6
  "publishConfig": {
@@ -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
  }