Skip to content

Commit 6ad6b22

Browse files
committed
remove 0.0.0.0
1 parent ec25747 commit 6ad6b22

File tree

1 file changed

+1
-1
lines changed
  • modelcontextprotocol/src

1 file changed

+1
-1
lines changed

modelcontextprotocol/src/sse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export async function main(appName?: string, portOption?: string) {
160160
})
161161

162162
app
163-
.listen(port,"0.0.0.0", () => {
163+
.listen(port, () => {
164164
console.log(`Server is running on port ${port}`)
165165
console.log("Routes configured:")
166166
console.log("- GET / - Health check")

0 commit comments

Comments
 (0)