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

fix mcp stderr log #1830

Merged
merged 1 commit into from
Mar 20, 2025
Merged

fix mcp stderr log #1830

merged 1 commit into from
Mar 20, 2025

Conversation

aheizi
Copy link

@aheizi aheizi commented Mar 20, 2025

Context

fix mcp stderr log

Sometimes the mcp server outputs an info log that looks like an error log, which is easy to confuse.

image

This is because https://github.com/modelcontextprotocol/typescript-sdk outputs stderr directly, which includes info logs.

Implementation

Filter out the info logs and do not output them to the page.

Screenshots

before after
image
image

How to Test

Manual testing

Get in Touch

aheizi


Important

Fixes logging in McpHub.ts to filter out INFO level logs from being treated as errors.

  • Behavior:
    • In McpHub.ts, modifies stderrStream.on("data") to filter out INFO level logs from being treated as error logs.
    • Logs INFO level messages with console.log and non-INFO messages with console.error.
  • Misc:
    • Adds regex check for INFO level logs in McpHub.ts.

This description was created by Ellipsis for 7779c5d. It will automatically update as commits are pushed.

@aheizi aheizi requested review from mrubens and cte as code owners March 20, 2025 07:52
Copy link

changeset-bot bot commented Mar 20, 2025

⚠️ No Changeset found

Latest commit: 7779c5d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. bug Something isn't working labels Mar 20, 2025
@aheizi aheizi closed this Mar 20, 2025
@aheizi aheizi reopened this Mar 20, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Mar 20, 2025
@mrubens mrubens merged commit 6bc81c2 into RooVetGit:main Mar 20, 2025
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants