Skip to content

feat(oci-cloud-mcp-server): improve discovery, pagination, typing and efficiency#185

Merged
krisrice merged 4 commits into
oracle:mainfrom
gebhardtr:rigebha/cloud-improvements
Apr 18, 2026
Merged

feat(oci-cloud-mcp-server): improve discovery, pagination, typing and efficiency#185
krisrice merged 4 commits into
oracle:mainfrom
gebhardtr:rigebha/cloud-improvements

Conversation

@gebhardtr
Copy link
Copy Markdown
Member

@gebhardtr gebhardtr commented Apr 10, 2026

Description

Add new tools that:

  • List clients (obviating the need to rely on the model's awareness of the SDK -- should work better with smaller models)
  • filter operations (reduce context usage)
  • better expose operation details (expected_kwargs etc, to improve model understanding and reduce round-trips)
  • Improve type coercion (help the model invoke the operation correctly the first time)

Fixes # (issue)

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?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Test Configuration:

  • Firmware version:
  • Hardware:
  • Toolchain:
  • SDK:

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

Signed-off-by: Richard Gebhardt <richard.gebhardt@oracle.com>
@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 10, 2026
@gebhardtr gebhardtr marked this pull request as ready for review April 13, 2026 16:33
Signed-off-by: Richard Gebhardt <richard.gebhardt@oracle.com>
Copy link
Copy Markdown
Contributor

@vish01 vish01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested, looks good!

@gebhardtr gebhardtr marked this pull request as draft April 13, 2026 22:04
@gebhardtr
Copy link
Copy Markdown
Member Author

gebhardtr commented Apr 13, 2026

one more adajustment -- shifting from "client/SDK search" to more of a translation approach, where we translate the SDK call into a JSON object. this idea moved to #193

Signed-off-by: Richard Gebhardt <richard.gebhardt@oracle.com>
@gebhardtr gebhardtr changed the title feat: improve discovery, pagination, typing and efficiency feat(oci-cloud-mcp-server): improve discovery, pagination, typing and efficiency Apr 15, 2026
Signed-off-by: Richard Gebhardt <richard.gebhardt@oracle.com>
@gebhardtr gebhardtr marked this pull request as ready for review April 16, 2026 20:54
Copy link
Copy Markdown
Member

@krisrice krisrice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — discovery, pagination, typing and efficiency improvements are clean and well-scoped.

@krisrice krisrice merged commit f4354f6 into oracle:main Apr 18, 2026
26 checks passed
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.

3 participants