Skip to content

Conversation

@mattzcarey
Copy link
Contributor

@mattzcarey mattzcarey commented Dec 1, 2025

thanks to #818 and @johnnyasantoss for the pr. Adding to your work here.

Also adds a fixtures folder.

Motivation and Context

How Has This Been Tested?

Breaking Changes

Types of changes

  • 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

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

@mattzcarey mattzcarey requested a review from a team as a code owner December 1, 2025 13:19
@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 1, 2025

Open in StackBlitz

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/sdk@1200

commit: 40ddaa5

@mattzcarey
Copy link
Contributor Author

fixes #271

Copy link
Contributor

@felixweinberger felixweinberger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, though would be a great opportunity to match the behavior to the spec more precisely while we're in this space

@mattzcarey
Copy link
Contributor Author

Oooh matching python now.


if (processToClose.exitCode === null) {
try {
processToClose.kill('SIGTERM');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧑‍🍳 👌

@mattzcarey mattzcarey merged commit ace9b62 into main Dec 1, 2025
10 checks passed
@mattzcarey mattzcarey deleted the fix-hanging-stdio branch December 1, 2025 14:56
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.

4 participants