Add OCI IoT gateway-aware MCP support#348
Closed
wsanders00 wants to merge 1 commit into
Closed
Conversation
a61185e to
49aea78
Compare
Add gateway-aware digital twin fields, topology/readiness helpers, relationship pagination, SDK-parity list filters, mapper fidelity improvements, and refreshed OCI IoT MCP dependencies. Signed-off-by: Rayne Sanders <[email protected]>
49aea78 to
7d580ac
Compare
16 tasks
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
Adds gateway-aware OCI IoT MCP support for
src/oci-iot-mcp-server.Fixes #347
This change:
connectivity_typeandgateways.oci==2.180.0.No new OCI IoT SDK service surface was found in
oci==2.180.0; the SDK bump is dependency hygiene for this PR.Type of change
How Has This Been Tested?
uv run pytest oracle/oci_iot_mcp_server/testsPATH=.venv/bin:$PATH make test project=oci-iot-mcp-servermake lintmake lock-check project=oci-iot-mcp-servergit diff --checkuv lock --upgrade --dry-runuv tree --outdated --depth 1uv tool run pip-audit --path .venv/lib/python3.13/site-packages --progress-spinner offTest result summary:
uv run pytest oracle/oci_iot_mcp_server/tests:275 passedmake test project=oci-iot-mcp-server:275 passed, package coverage91.44%, combined coverage91%make lint: passedmake lock-check project=oci-iot-mcp-server: passedgit diff --check: passeduv lock --upgrade --dry-run: no lockfile changesuv tree --outdated --depth 1: direct dependencies currentpip-audit: reports onlycryptography 46.0.7/GHSA-537c-gmf6-5ccf, fixed in48.0.1; current OCI SDK metadata constrainscryptography<47.0.0Sergio tested and approved the gateway-aware MCP behavior on 2026-06-19. Since that approval, the current PR tip differs from the approved feature commit only in
src/oci-iot-mcp-server/uv.lockdependency refreshes plus branch packaging.Test Configuration:
Checklist: