-
Notifications
You must be signed in to change notification settings - Fork 55
Adding Cloud Guard "Problems" MCP server #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Adding Cloud Guard "Problems" MCP server #35
Conversation
src/oci-cloud-guard-mcp-server/oracle/oci_cloud_guard_mcp_server/server.py
Outdated
Show resolved
Hide resolved
src/oci-cloud-guard-mcp-server/oracle/oci_cloud_guard_mcp_server/server.py
Outdated
Show resolved
Hide resolved
src/oci-cloud-guard-mcp-server/oracle/oci_cloud_guard_mcp_server/server.py
Outdated
Show resolved
Hide resolved
src/oci-cloud-guard-mcp-server/oracle/oci_cloud_guard_mcp_server/server.py
Outdated
Show resolved
Hide resolved
src/oci-cloud-guard-mcp-server/oracle/oci_cloud_guard_mcp_server/server.py
Show resolved
Hide resolved
src/oci-cloud-guard-mcp-server/oracle/oci_cloud_guard_mcp_server/server.py
Outdated
Show resolved
Hide resolved
113a9d2 to
94c8726
Compare
| ) | ||
| def list_problems( | ||
| compartment_id: Annotated[ | ||
| Optional[str], "The OCID of the compartment in which to list resources." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you test this with mcphost? I know this PR is kinda old, but it may help updating these tool signatures to the styles found in this PR, especially since they have optional values
#43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok updated with pydantic models and fields so it should work with cline and mcphost
8ad34a6 to
ac565fe
Compare
ac565fe to
4b1ca02
Compare
Description
This PR is to add the Cloud Guard MCP server. It is initially created with the problems tools
Fixes # (issue) - New Feature
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
I have tested all the MCP servers against an OCI tenancy with cloud guard "problems"
Test Configuration:
Checklist: