Recovery mcp v2#303
Open
gsharini wants to merge 3 commits into
Open
Conversation
Member
|
Automated review result: needs security/manual review. Reason:
Manual review should verify:
No automated approval or merge was performed. |
e1651e1 to
dc20305
Compare
Member
Author
|
Can someone please review and approve this PR? This change only adds read/list behavior for Recovery MCP restore/work-request visibility. It does not initiate restore/recovery operations or introduce mutating actions. I did a pass against the automated review checklist:
The main review ask is to confirm whether the existing read-only behavior, OCI IAM enforcement, pagination handling, and redaction coverage are sufficient for approval, or if you want additional bounds/validation before merge. |
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 change expands the Recovery MCP server’s read-oriented Recovery Service coverage.
Summary of change:
list_restore.Motivation and context:
Dependencies required for this change:
Fixes #
Type of change
How Has This Been Tested?
Validated with targeted pytest coverage for the two Recovery MCP test modules changed by this branch.
Repro:
ORACLE_MCP_LOG_DIR=/private/tmp/oci-recovery-mcp-logs pytest src/oci-recovery-mcp-server/oracle/oci_recovery_mcp_server/tests/test_recovery_database_tools.py src/oci-recovery-mcp-server/oracle/oci_recovery_mcp_server/tests/test_recovery_tools.pytest_recovery_database_tools.pytest_recovery_tools.pyTest Configuration:
Checklist: