@forklaunch/express 0.7.10 → 0.7.12

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/lib/index.js CHANGED
@@ -219,6 +219,7 @@ var Application = class extends import_http3.ForklaunchExpressLikeApplication {
219
219
  );
220
220
  mcpServer.start({
221
221
  httpStream: {
222
+ host,
222
223
  endpoint: "/mcp",
223
224
  port: port + 1
224
225
  },
package/lib/index.mjs CHANGED
@@ -191,6 +191,7 @@ var Application = class extends ForklaunchExpressLikeApplication {
191
191
  );
192
192
  mcpServer.start({
193
193
  httpStream: {
194
+ host,
194
195
  endpoint: "/mcp",
195
196
  port: port + 1
196
197
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forklaunch/express",
3
- "version": "0.7.10",
3
+ "version": "0.7.12",
4
4
  "description": "Forklaunch framework for express.",
5
5
  "homepage": "https://github.com/forklaunch/forklaunch-js#readme",
6
6
  "bugs": {
@@ -25,7 +25,7 @@
25
25
  "lib/**"
26
26
  ],
27
27
  "dependencies": {
28
- "@forklaunch/fastmcp-fork": "^1.0.3",
28
+ "@forklaunch/fastmcp-fork": "^1.0.5",
29
29
  "@modelcontextprotocol/sdk": "^1.17.1",
30
30
  "@scalar/express-api-reference": "^0.8.13",
31
31
  "@types/multer": "^2.0.0",
@@ -37,8 +37,8 @@
37
37
  "qs": "^6.14.0",
38
38
  "swagger-ui-express": "^5.0.1",
39
39
  "@forklaunch/common": "0.4.6",
40
- "@forklaunch/validator": "0.8.0",
41
- "@forklaunch/core": "0.12.2"
40
+ "@forklaunch/core": "0.12.3",
41
+ "@forklaunch/validator": "0.8.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@eslint/js": "^9.32.0",