ci(conformance): integrate MCP server conformance test pipeline#3106
Open
anubhav756 wants to merge 6 commits intomainfrom
Open
ci(conformance): integrate MCP server conformance test pipeline#3106anubhav756 wants to merge 6 commits intomainfrom
anubhav756 wants to merge 6 commits intomainfrom
Conversation
e500d8e to
3ca25fe
Compare
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a conformance-baseline.yml file to the root directory. The reviewer suggests moving this file to a more appropriate location, such as the tests/ or ci/ directory, to maintain a clean project structure and align with existing organizational patterns.
| @@ -0,0 +1,15 @@ | |||
| # Copyright 2026 Google LLC | |||
Contributor
There was a problem hiding this comment.
3ca25fe to
82dbf77
Compare
bc51272 to
abf9cd1
Compare
abf9cd1 to
ce3aad2
Compare
ce3aad2 to
83ed31f
Compare
76ed811 to
af4e745
Compare
ce64dad to
b24e7b5
Compare
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.
Description
This PR integrates the official MCP conformance testing framework to automatically validate the strict protocol compliance of MCP Toolbox server.
Changes
conformance-baseline.ymlfile to track known gaps without blocking contributors.tier-checkaudit tool.periodic-failure) so maintainers can easily track operational SLA and label requirements needed for Tier 1 status.Note
We have opened an upstream PR to fix the Repository Health table, in the generated GitHub issue, in the official conformance tool: modelcontextprotocol/conformance#239
