@interopio/mcp-core 0.1.1-beta.0 → 1.0.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.
@@ -6266,7 +6266,7 @@ McpServerService = __decorate([
6266
6266
  __metadata("design:paramtypes", [Function, IoConnectService])
6267
6267
  ], McpServerService);
6268
6268
 
6269
- var version = "0.1.1-beta.0";
6269
+ var version = "1.0.0";
6270
6270
  var pkg = {
6271
6271
  version: version};
6272
6272
 
@@ -6272,7 +6272,7 @@ kBrLHE3dcyD6g+lMOq9chHECAwEAAQ==
6272
6272
  __metadata("design:paramtypes", [Function, IoConnectService])
6273
6273
  ], McpServerService);
6274
6274
 
6275
- var version = "0.1.1-beta.0";
6275
+ var version = "1.0.0";
6276
6276
  var pkg = {
6277
6277
  version: version};
6278
6278
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interopio/mcp-core",
3
- "version": "0.1.1-beta.0",
3
+ "version": "1.0.0",
4
4
  "type": "module",
5
5
  "description": "io.Intelligence MCP Core Library",
6
6
  "main": "./dist/mcp-core.umd.js",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@interopio/browser": "^4.0.0",
23
23
  "@interopio/desktop": "^6.0.0",
24
- "@interopio/working-context": "^0.1.1-beta.0",
24
+ "@interopio/working-context": "^1.0.0",
25
25
  "@modelcontextprotocol/sdk": "^1.19.1"
26
26
  },
27
27
  "keywords": [
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "license": "MIT",
50
- "gitHead": "6cbd953e1718cca987f11c0bc7edb75781f7ecb2"
50
+ "gitHead": "48eed5aba906bcf98b959d15a43f2306acf3d292"
51
51
  }