Skip to content

Tip: Disable logging for clean stdio communication #2

@eticav

Description

@eticav

Thank you Stephen Lacy for creating this excellent tool!

Tip for stdio client mode

When using mcp-proxy as a client (particularly as a child process for MCP clients like Claude), I found that the logging output can interfere with the clean stdio communication.

A simple solution is to set the environment variable RUST_LOG=off to disable all logging:

It might be helpful to mention this tip in the README for other users with similar use cases,
or perhaps consider adding a --quiet flag in the future.

SET RUST_LOG=off
mcp-proxy http://example.com/sse


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions