Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent stdio connection hang for missing server path. #401

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

TimChild
Copy link

  • Ensure that read/write streams are always closed (even if it is the process that ends first)
  • Check whether the stdio process ended prematurely
  • Raise an error if that was the case

Motivation and Context

The stdio connection was hanging indefinitely for a bad server file path (e.g. command uv, args run non-existing-file.py).
I think because the read/write streams were not being closed properly in that case.

This makes it so that errors due to the underlying mcp server stopping early raises a ProcessTerminatedEarlyError.

How Has This Been Tested?

Added a test (including catching if it does hang for more than 1s)

Breaking Changes

Should not be a breaking change.

Types of changes

  • [ x ] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • [ x ] I have read the MCP Documentation
  • [ x ] My code follows the repository's style guidelines
  • [ x ] New and existing tests pass locally
  • [ x ] I have added appropriate error handling
  • [ x ] I have added or updated documentation as needed -- Did not update docs (but error is self-explanatory)

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant