Skip to content

Commit b4e62b9

Browse files
committed
update logs
1 parent c934d82 commit b4e62b9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/transports/streamableHttp.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,8 @@ export class StreamableHttpRunner extends TransportRunnerBase {
210210
this.logger.warning({
211211
id: LogId.streamableHttpTransportHttpHostWarning,
212212
context: "streamableHttpTransport",
213-
message: `Binding to \`0.0.0.0\` exposes the MCP Server to the entire local
214-
network, which allows other devices on the same network to
215-
potentially access the MCP Server. This is a security risk and could
216-
allow unauthorized access to your database context. `,
213+
message: `Binding to \`0.0.0.0\` exposes the MCP Server to the entire local network, which allows other devices on the same network to potentially access the MCP Server. This is a security risk and could allow unauthorized access to your database context. `,
214+
noRedaction: true,
217215
});
218216
}
219217
}

0 commit comments

Comments
 (0)