Skip to content

Commit fead17e

Browse files
blvaCopilot
andauthored
Update src/transports/streamableHttp.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b4e62b9 commit fead17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transports/streamableHttp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ 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 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. `,
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.`,
214214
noRedaction: true,
215215
});
216216
}

0 commit comments

Comments
 (0)