@theia/ai-mcp-ui 1.65.0-next.6 → 1.65.0

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.
@@ -18,10 +18,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
18
18
  const core_1 = require("@theia/core");
19
19
  const inversify_1 = require("@theia/core/shared/inversify");
20
20
  const mcp_command_contribution_1 = require("./mcp-command-contribution");
21
- const browser_1 = require("@theia/core/lib/browser");
22
- const mcp_preferences_1 = require("@theia/ai-mcp/lib/browser/mcp-preferences");
21
+ const common_1 = require("@theia/core/lib/common");
22
+ const mcp_preferences_1 = require("@theia/ai-mcp/lib/common/mcp-preferences");
23
23
  exports.default = new inversify_1.ContainerModule(bind => {
24
- bind(browser_1.PreferenceContribution).toConstantValue({ schema: mcp_preferences_1.McpServersPreferenceSchema });
24
+ bind(common_1.PreferenceContribution).toConstantValue({ schema: mcp_preferences_1.McpServersPreferenceSchema });
25
25
  bind(core_1.CommandContribution).to(mcp_command_contribution_1.MCPCommandContribution);
26
26
  });
27
27
  //# sourceMappingURL=mcp-ui-frontend-module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"mcp-ui-frontend-module.js","sourceRoot":"","sources":["../../src/browser/mcp-ui-frontend-module.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,yCAAyC;AACzC,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;AAEhF,sCAAkD;AAClD,4DAA+D;AAC/D,yEAAoE;AACpE,qDAAiE;AACjE,+EAAuF;AAEvF,kBAAe,IAAI,2BAAe,CAAC,IAAI,CAAC,EAAE;IACtC,IAAI,CAAC,gCAAsB,CAAC,CAAC,eAAe,CAAC,EAAE,MAAM,EAAE,4CAA0B,EAAE,CAAC,CAAC;IACrF,IAAI,CAAC,0BAAmB,CAAC,CAAC,EAAE,CAAC,iDAAsB,CAAC,CAAC;AACzD,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"mcp-ui-frontend-module.js","sourceRoot":"","sources":["../../src/browser/mcp-ui-frontend-module.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,yCAAyC;AACzC,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;AAEhF,sCAAkD;AAClD,4DAA+D;AAC/D,yEAAoE;AACpE,mDAAgE;AAChE,8EAAsF;AAEtF,kBAAe,IAAI,2BAAe,CAAC,IAAI,CAAC,EAAE;IACtC,IAAI,CAAC,+BAAsB,CAAC,CAAC,eAAe,CAAC,EAAE,MAAM,EAAE,4CAA0B,EAAE,CAAC,CAAC;IACrF,IAAI,CAAC,0BAAmB,CAAC,CAAC,EAAE,CAAC,iDAAsB,CAAC,CAAC;AACzD,CAAC,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@theia/ai-mcp-ui",
3
- "version": "1.65.0-next.6+4384a9461",
3
+ "version": "1.65.0",
4
4
  "description": "Theia - MCP UI Integration",
5
5
  "dependencies": {
6
- "@theia/ai-core": "1.65.0-next.6+4384a9461",
7
- "@theia/ai-mcp": "1.65.0-next.6+4384a9461",
8
- "@theia/core": "1.65.0-next.6+4384a9461"
6
+ "@theia/ai-core": "1.65.0",
7
+ "@theia/ai-mcp": "1.65.0",
8
+ "@theia/core": "1.65.0"
9
9
  },
10
10
  "publishConfig": {
11
11
  "access": "public"
@@ -40,10 +40,10 @@
40
40
  "watch": "theiaext watch"
41
41
  },
42
42
  "devDependencies": {
43
- "@theia/ext-scripts": "1.64.0"
43
+ "@theia/ext-scripts": "1.65.0"
44
44
  },
45
45
  "nyc": {
46
46
  "extends": "../../configs/nyc.json"
47
47
  },
48
- "gitHead": "4384a946123dd1b41e65708e58928fc1af707c8d"
48
+ "gitHead": "500dfc80cee94fd2a623b5fb59b22d5a575247c2"
49
49
  }
@@ -17,8 +17,8 @@
17
17
  import { CommandContribution } from '@theia/core';
18
18
  import { ContainerModule } from '@theia/core/shared/inversify';
19
19
  import { MCPCommandContribution } from './mcp-command-contribution';
20
- import { PreferenceContribution } from '@theia/core/lib/browser';
21
- import { McpServersPreferenceSchema } from '@theia/ai-mcp/lib/browser/mcp-preferences';
20
+ import { PreferenceContribution } from '@theia/core/lib/common';
21
+ import { McpServersPreferenceSchema } from '@theia/ai-mcp/lib/common/mcp-preferences';
22
22
 
23
23
  export default new ContainerModule(bind => {
24
24
  bind(PreferenceContribution).toConstantValue({ schema: McpServersPreferenceSchema });