@interopio/mcp-http 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.
package/dist/index.cjs CHANGED
@@ -7790,7 +7790,7 @@ kBrLHE3dcyD6g+lMOq9chHECAwEAAQ==
7790
7790
  __metadata("design:paramtypes", [Function, IoConnectService])
7791
7791
  ], McpServerService);
7792
7792
 
7793
- var version = "0.1.1-beta.0";
7793
+ var version = "1.0.0";
7794
7794
  var pkg = {
7795
7795
  version: version};
7796
7796
 
package/dist/index.mjs CHANGED
@@ -7822,7 +7822,7 @@ kBrLHE3dcyD6g+lMOq9chHECAwEAAQ==
7822
7822
  __metadata("design:paramtypes", [Function, IoConnectService])
7823
7823
  ], McpServerService);
7824
7824
 
7825
- var version = "0.1.1-beta.0";
7825
+ var version = "1.0.0";
7826
7826
  var pkg = {
7827
7827
  version: version};
7828
7828
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interopio/mcp-http",
3
- "version": "0.1.1-beta.0",
3
+ "version": "1.0.0",
4
4
  "type": "module",
5
5
  "description": "Node.js Express server with TypeScript and Rollup bundling",
6
6
  "main": "./dist/index.cjs",
@@ -14,11 +14,12 @@
14
14
  }
15
15
  },
16
16
  "scripts": {
17
- "build": "rollup --config rollup.config-prebuild.js && rollup --config rollup.config-cjs.js && rollup --config rollup.config-esm.js"
17
+ "build": "rollup --config rollup.config-prebuild.js && rollup --config rollup.config-cjs.js && rollup --config rollup.config-esm.js",
18
+ "build:docker": "rollup --config rollup.config-prebuild.js && rollup --config rollup.config-cjs.js && rollup --config rollup.config-esm.js"
18
19
  },
19
20
  "dependencies": {
20
21
  "@interopio/desktop": "^6.0.0",
21
- "@interopio/mcp-core": "^0.1.1-beta.0",
22
+ "@interopio/mcp-core": "^1.0.0",
22
23
  "@modelcontextprotocol/sdk": "^1.19.1",
23
24
  "express": "^5.1.0"
24
25
  },
@@ -45,5 +46,5 @@
45
46
  "access": "public"
46
47
  },
47
48
  "license": "MIT",
48
- "gitHead": "6cbd953e1718cca987f11c0bc7edb75781f7ecb2"
49
+ "gitHead": "48eed5aba906bcf98b959d15a43f2306acf3d292"
49
50
  }