Add OCI IoT gateway-aware MCP support#351
Merged
krisrice merged 1 commit intoJun 29, 2026
Merged
Conversation
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]>
krisrice
approved these changes
Jun 29, 2026
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
Supersedes the closed, unmerged PR #348 with an updated and independently reviewed commit.
This change:
connectivity_typeandgateways.No breaking MCP interface changes are included.
Type of change
How Has This Been Tested?
make test project=oci-iot-mcp-servermake lintmake lock-check project=oci-iot-mcp-servergit diff --checkTest result summary:
uvproposes only unrelatedsecretstoragemarker normalization, which was not included.pip-auditreports the existingcryptography 46.0.7advisory,GHSA-537c-gmf6-5ccf. The OCI SDK currently requirescryptography<47.0.0, while the advisory is fixed in 48.0.1. The MCP code does not directly expose arbitrary ASN.1 parsing, and upstreammainalready locks the same version.The final review fixes have deterministic unit coverage and do not require live OCI mutations.
Test Configuration:
Checklist