We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3492cb3 commit 9e9f420Copy full SHA for 9e9f420
1 file changed
src/index.ts
@@ -356,6 +356,7 @@ await server.start({
356
httpStream: {
357
port: PORT,
358
stateless: true,
359
+ host: '0.0.0.0',
360
// Let FastMCP handle streaming/JSON negotiation
361
},
362
});
0 commit comments