Remove out-of-specification sending of notifications/stderr#2469
Merged
Remove out-of-specification sending of notifications/stderr#2469
notifications/stderr#2469Conversation
…cy test advice. 2) Make the Unit Test insensitive to the git default branch name
…ove legacy test advice." (wrong branch push) This reverts commit b43ecf8.
olaservo
approved these changes
Aug 2, 2025
Member
|
@olaservo thanks for this. I added it, because I saw previous support for it in the Inspector. Didn't even go looking at the spec, since it was added by a core team member. We will want to remove that as well.
|
Member
Author
|
Missed this comment at the time - yes, I guess the right thing to do is to handle the logging events. |
Member
@evalstate that is to say "Remove the out-of-spec |
cliffhall
added a commit
to cliffhall/mcp-inspector
that referenced
this pull request
Aug 21, 2025
… not a thing. See modelcontextprotocol/servers#2469 * Inspect the stderr output of STDIO servers and attempt to assign an appropriate RFC 5424 Syslog Protocol level before sending a leveled logging message to the client
cliffhall
added a commit
to cliffhall/mcp-inspector
that referenced
this pull request
Aug 21, 2025
… not a thing. See modelcontextprotocol/servers#2469 * Inspect the stderr output of STDIO servers and attempt to assign an appropriate RFC 5424 Syslog Protocol level before sending a leveled logging message to the client
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

As per title
Description
The everything server was emitting
notifications/stderra type not in the MCP Schema (and causing exceptions from the Python SDK).Server Details
The everything server.
Motivation and Context
Make it compliant with the MCP.
How Has This Been Tested?
Local running.
Breaking Changes
No.
Types of changes
Checklist
Additional context