Add error log for client stdio 10000 #924
Open
+4
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When use stdio mode, the server module is provided by developers (like me). But sometimes, the module not only call FastMCP().run(), but also other code. If the other code print something, then standard output will contains those text.
When stdio client read the standard output of the server module, it will fail to parse the content in expected content.
For example:
[50] Add mon5_log_handler to original_logger
is the log I printed by mistake before calling FastMCP().run().Motivation and Context
It is really hard to finally locate the root cause, so we need a better logging showing such error clearly.
How Has This Been Tested?
Tested in a stdio mode. Let me know if you have any suggestions on what else test to be covered.
Breaking Changes
NO!
Types of changes
Checklist
Additional context