ci: add MCP Observatory health scoring for reference servers#3670
Open
KryptosAI wants to merge 1 commit intomodelcontextprotocol:mainfrom
Open
ci: add MCP Observatory health scoring for reference servers#3670KryptosAI wants to merge 1 commit intomodelcontextprotocol:mainfrom
KryptosAI wants to merge 1 commit intomodelcontextprotocol:mainfrom
Conversation
Adds automated health scoring against 4 reference servers using MCP Observatory. Checks protocol conformance, schema quality, security, and reliability on every push and PR. Results are published as JUnit test annotations. Currently non-blocking (fail_on_failure: false) to avoid disrupting existing workflows. See: https://github.com/KryptosAI/mcp-observatory
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.
Summary
Adds a CI workflow that runs MCP Observatory health scoring against 4 reference servers on every push and PR.
What it checks
Each server is scored 0-100 across 5 dimensions:
Servers tested
Configuration
mikepenz/action-junit-reportfail_on_failure: false) — reports scores without failing buildsfail-fast: falseso all servers are tested even if one failsRelated