-
Notifications
You must be signed in to change notification settings - Fork 1.8k
stderr is not available until after start is called #174
Copy link
Copy link
Open
Labels
P1Significant bug affecting many users, highly requested featureSignificant bug affecting many users, highly requested featurebugSomething isn't workingSomething isn't workingpotentially closeBot recommends closing — needs maintainer reviewBot recommends closing — needs maintainer reviewready for workEnough information for someone to start working onEnough information for someone to start working on
Milestone
Metadata
Metadata
Assignees
Labels
P1Significant bug affecting many users, highly requested featureSignificant bug affecting many users, highly requested featurebugSomething isn't workingSomething isn't workingpotentially closeBot recommends closing — needs maintainer reviewBot recommends closing — needs maintainer reviewready for workEnough information for someone to start working onEnough information for someone to start working on
Here,
transport.stderris gonna benull, which is a problem if the intent is to capture the error messages at the start time.A somewhat workaround is something like this:
I've used it here punkpeye/mcp-proxy@4933267