chore: bump package versions and pin mcp<2.0 across all servers - #288
Merged
Conversation
- google-secops-mcp: bump to 0.7.1 and pin mcp[cli]>=1.26.0,<2.0 - gti-mcp: bump to 0.1.3 (mcp>=1.23.0,<2.0 pinned in #278) - secops-soar-mcp: bump to 0.1.2 and pin mcp[cli]>=1.4.1,<2.0 - scc-mcp: bump to 0.1.1 and pin mcp[cli]>=1.4.1,<2.0
Collaborator
Author
Verification & Testing Report for PR #288All four MCP servers in this repository were verified after package version bumps and 1. Unit Tests
2. Protocol Handshake & Tool Registration (MCP Client Session)
3. Live & End-to-End MCP Tool Invocations
|
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
Bump package versions and cap
mcp/mcp[cli]dependency constraints below<2.0across all server packages to prevent breaking changes frommcp2.x releases. Also add rootGEMINI.mdandAGENTS.mdwith repository guidelines for coding agents.Changes
google-secops-mcp:0.7.1inserver/secops/pyproject.tomlandserver/secops/setup.pyUSER_AGENTtosecops-app/0.7.1inserver/secops/secops_mcp/server.pymcp[cli]>=1.26.0,<2.0setup.pyinstall_requireswithpyproject.tomlgti-mcp:0.1.3inserver/gti/pyproject.tomlandserver/gti/setup.pysecops-soar-mcp:0.1.2inserver/secops-soar/pyproject.tomlandserver/secops-soar/setup.pymcp[cli]>=1.4.1,<2.0scc-mcp:0.1.1inserver/scc/pyproject.tomlandserver/scc/setup.pymcp[cli]>=1.4.1,<2.0GEMINI.mdandAGENTS.mdspecifying synchronized version bump rules,mcp<2.0constraints, and verification procedures.Verification
server/gti: 55/55 passed (pytest)server/secops: 16/16 unit tests passedgoogle-secops-mcp: Tested live calls (list_curated_rule_sets,list_security_rules,list_watchlists) against Chronicle tenant.secops-soar-mcp: Tested live tool calls (list_cases) against active SOAR instance with scope discovery.gti-mcp: Tested live tool calls (search_threat_actors,search_vulnerabilities) against Google Threat Intelligence API.scc-mcp: Tested live tool calls (top_vulnerability_findings) against GCP Security Command Center API.