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 ec25747 commit 6ad6b22Copy full SHA for 6ad6b22
modelcontextprotocol/src/sse.ts
@@ -160,7 +160,7 @@ export async function main(appName?: string, portOption?: string) {
160
})
161
162
app
163
- .listen(port,"0.0.0.0", () => {
+ .listen(port, () => {
164
console.log(`Server is running on port ${port}`)
165
console.log("Routes configured:")
166
console.log("- GET / - Health check")
0 commit comments