Skip to content

Conversation

@cboffa13
Copy link
Member

@cboffa13 cboffa13 commented Feb 12, 2026

Description

This is a proof-of-concept for a common OCI client library. These changes add a common library which can be shared across many mcp servers. Notably this library exports a decorator called @with_oci_client which automatically configures a client based on the SDK client class given so we dont need the get_identity_client, get_compute_client etc... functions

Fixes # (issue) - TBD

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

This has only been implemented on the "Identity MCP Server"

  • You should be able to use the all of the existing features of the indentity mcp server without loss of functionality

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 12, 2026
@cboffa13 cboffa13 force-pushed the cboffa/feature/common-client branch 6 times, most recently from 58df1df to 7937e73 Compare February 12, 2026 23:24
@cboffa13 cboffa13 force-pushed the cboffa/feature/common-client branch from 7937e73 to 6a6af50 Compare February 13, 2026 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant