Update tests for @modelcontextprotocol/server-everything 2026.1.26#1273
Open
Update tests for @modelcontextprotocol/server-everything 2026.1.26#1273
Conversation
…, tools, update completions and resources Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Support latest version of @modelcontextprotocol/server-everything package
Update tests for @modelcontextprotocol/server-everything 2026.1.26
Feb 15, 2026
Contributor
|
@copilot the title still says WIP... Do you have more to do? |
Contributor
Author
No, the work is complete — all integration tests pass against both |
stephentoub
approved these changes
Feb 15, 2026
…binary resource comment, restore Count <= 100 assertion Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
The everything server's toggle-simulated-logging tool has inputSchema: {}
which requires an object argument. Passing no arguments (null) caused the
server to reject the call with a validation error, leaving the test waiting
indefinitely for a logging notification that never arrived.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
@modelcontextprotocol/server-everythingversion from2025.12.18to2026.1.26inpackage.jsonandClientIntegrationTestFixture.csTestServer/Program.csto match new prompt names/args, tool name, addcompletable-prompt, update completion valuesClientIntegrationTests.csto use new names:ListPromptsassertions:simple_prompt→simple-prompt,complex_prompt→args-promptGetPrompt_Stdio_SimplePrompt:simple_prompt→simple-promptGetPrompt_Stdio_ComplexPrompt:complex_promptwith temperature/style →args-promptwith city/stateListPromptsAsync_WithRequestParams:simple_prompt→simple-promptGetPromptAsync_WithRequestParams:simple_prompt→simple-promptComplete_Stdio_PromptReference: usecompletable-promptwithdepartment/Eng→EngineeringCompleteAsync_WithRequestParams: same completion changesSampling_Stdio:sampleLLM→trigger-sampling-requestSamplingViaChatClient:sampleLLM→trigger-sampling-requestSetLoggingLevel_ReceivesLoggingMessages: calltoggle-simulated-loggingtool for everything serverServerInstructionsassertion for everything server (now provides instructions)DockerEverythingServerTests.cs:sampleLLM→trigger-sampling-requestStartsWith("text/")for MIME type filtering inReadResource_Stdio_TextResourceReadResource_Stdio_BinaryResourceabout everything server's resource modelAssert.True(result.Resources.Count <= 100)inListResourcesAsync_WithRequestParamsOriginal prompt
@modelcontextprotocol/server-everythingpackage #1149✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.