Skip to content

Commit 9e9f420

Browse files
committed
specify host
1 parent 3492cb3 commit 9e9f420

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ await server.start({
356356
httpStream: {
357357
port: PORT,
358358
stateless: true,
359+
host: '0.0.0.0',
359360
// Let FastMCP handle streaming/JSON negotiation
360361
},
361362
});

0 commit comments

Comments
 (0)