ci: add AgentScore MCP dependency policy gate#5582
Closed
Thezenmonster wants to merge 3 commits intokurrent-io:masterfrom
Closed
ci: add AgentScore MCP dependency policy gate#5582Thezenmonster wants to merge 3 commits intokurrent-io:masterfrom
Thezenmonster wants to merge 3 commits intokurrent-io:masterfrom
Conversation
|
|
The Action does not yet parse .mcp.json directly. Packages are listed explicitly. serena (git URL install) is not covered by this check.
The Action now auto-discovers MCP packages from .mcp.json and other MCP config files. Non-npm sources (git URLs, Docker) are warned about but cannot be scanned.
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.
What this does
Adds a GitHub Actions workflow that checks MCP package dependencies on every PR and push to master.
The Action auto-discovers MCP packages from:
For your repo, it will detect and scan:
What is NOT covered
`serena` is installed via `uvx --from git+https://github.com/oraios/serena\`. This is not an npm package and cannot be scanned. The Action will log a warning:
```
serena: git URL install (not an npm package). Not scannable by AgentScore.
```
How it works
To try it
Merge this PR. Push to master. The gate runs automatically.
Ref: #5575
Free 30-day pilot. No lock-in. Remove the workflow file anytime.